/*
 * Home promo strips (940×150 assets) — scale to ~1200px content column; upscaling blur OK.
 * ES: HOME-2017-BANNER01.jpg, HOME-2017-BANNER02.jpg
 * EN: HOME-2017-BANNER01en.jpg, HOME-2017-BANNER02en.jpg (matched by substring)
 */
body.home.wp-child-theme-wecolab-cnc-retailer-child img.vc_single_image-img[src*="HOME-2017-BANNER01"],
body.home.wp-child-theme-wecolab-cnc-retailer-child img.vc_single_image-img[src*="HOME-2017-BANNER02"] {
	width: 100% !important;
	max-width: 1200px !important;
	height: auto !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.home.wp-child-theme-wecolab-cnc-retailer-child .wpb_single_image.wpb_content_element:has(img[src*="HOME-2017-BANNER01"]),
body.home.wp-child-theme-wecolab-cnc-retailer-child .wpb_single_image.wpb_content_element:has(img[src*="HOME-2017-BANNER02"]) {
	width: 100% !important;
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.home.wp-child-theme-wecolab-cnc-retailer-child .wpb_single_image:has(img[src*="HOME-2017-BANNER01"]) .vc_single_image-wrapper,
body.home.wp-child-theme-wecolab-cnc-retailer-child .wpb_single_image:has(img[src*="HOME-2017-BANNER02"]) .vc_single_image-wrapper {
	display: block !important;
	width: 100% !important;
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/*
 * "CNC Cumplimos 40 Años" strip — after NUESTROS PRODUCTOS DESTACADOS slider (page 2/33).
 * Same 1200px band as HOME-2017-BANNER*; VC element is vc_align_left.
 */
body.home.wp-child-theme-wecolab-cnc-retailer-child img.vc_single_image-img[src*="Bombas-Las-Palmas"] {
	width: 100% !important;
	max-width: 1200px !important;
	height: auto !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.home.wp-child-theme-wecolab-cnc-retailer-child .wpb_single_image.wpb_content_element:has(img[src*="Bombas-Las-Palmas"]) {
	width: 100% !important;
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

body.home.wp-child-theme-wecolab-cnc-retailer-child .wpb_single_image:has(img[src*="Bombas-Las-Palmas"]) .vc_single_image-wrapper,
body.home.wp-child-theme-wecolab-cnc-retailer-child .wpb_single_image:has(img[src*="Bombas-Las-Palmas"]) .wpb_wrapper.vc_figure {
	display: block !important;
	width: 100% !important;
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

@media (min-width: 992px) {
	body.home.wp-child-theme-wecolab-cnc-retailer-child
		.vc_row.vc_inner:has(.products-by-ids-skus-wrapper)
		.wpb_single_image:has(img[src*="Bombas-Las-Palmas"]) {
		width: 100% !important;
		max-width: 1200px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
