/* *** Image Localisation START *** */

@media only screen and (max-width: 1068px) {
	.page-apple-watch .section-benefits .row-security .acbm-riverrow-image {
		background-image: url("/nz/healthcare/images/apple-watch/security__c2t3xrqok4k2_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.page-apple-watch .section-benefits .row-security .acbm-riverrow-image {
		background-image: url("/nz/healthcare/images/apple-watch/security__c2t3xrqok4k2_medium_2x.jpg");
	}
}

@media only screen and (max-width: 735px) {
	.page-apple-watch .section-benefits .row-security .acbm-riverrow-image {
		background-image: url("/nz/healthcare/images/apple-watch/security__c2t3xrqok4k2_small.jpg");
	}
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
	.page-apple-watch .section-benefits .row-security .acbm-riverrow-image {
		background-image: url("/nz/healthcare/images/apple-watch/security__c2t3xrqok4k2_small_2x.jpg");
	}
}
@media only screen and (max-width: 735px) {
	.row.acbm-riverrow.row-security .column.acbm-riverrow-copycolumn.large-6.small-12.large-push-6.small-push-0 {
		background-color: #ebebeb;
	}
	.page-apple-watch .section-benefits {
		padding-bottom: 0px;
	}
}
/* *** Image Localisation END *** */

/* background fix */
@media only screen and (max-width: 735px) {
	.page-apple-watch .section-benefits .row-security {
		background-color: #f5f5f7;
	}
	.row.acbm-riverrow.row-security .column.acbm-riverrow-copycolumn.large-6.small-12.large-push-6.small-push-0 {
		background-color: unset;
	}
	.page-apple-watch .section-benefits .row-security .acbm-riverrow-image {
		padding-top: 460px;
	}
}