/* local overrides */
/* screens */
/* Car Keys image */
.image-car-keys {
	background-image: url(/ca/ios/carplay/images/overview/car_keys__dxttonaha802_large.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	.image-car-keys {
		background-image: url(/ca/ios/carplay/images/overview/car_keys__dxttonaha802_large_2x.png);
	}
}
@media only screen and (max-width: 1068px) {
	.image-car-keys {
		background-image: url(/ca/ios/carplay/images/overview/car_keys__dxttonaha802_medium.png);
	}
}
@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) {
	.image-car-keys {
		background-image: url(/ca/ios/carplay/images/overview/car_keys__dxttonaha802_medium_2x.png);
	}
}
@media only screen and (max-width: 734px) {
	.image-car-keys {
		background-image: url(/ca/ios/carplay/images/overview/car_keys__dxttonaha802_small.png);
	}
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.image-car-keys {
		background-image: url(/ca/ios/carplay/images/overview/car_keys__dxttonaha802_small_2x.png);
	}
}

/* Dashboard music */
.image-dashboard-music {
	background-image: url(/ca/ios/carplay/images/overview/dashboard_music__fptfcy56hgey_large.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	.image-dashboard-music {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_music__fptfcy56hgey_large_2x.png);
	}
}
@media only screen and (max-width: 1068px) {
	.image-dashboard-music {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_music__fptfcy56hgey_medium.png);
	}
}
@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) {
	.image-dashboard-music {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_music__fptfcy56hgey_medium_2x.png);
	}
}
@media only screen and (max-width: 734px) {
	.image-dashboard-music {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_music__fptfcy56hgey_small.png);
	}
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.image-dashboard-music {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_music__fptfcy56hgey_small_2x.png);
	}
}

/* NLH icon */
.image-third-party-nhl-icon.centered {
	position: relative;
	left: 50%;
	margin-left: -30px;
}
.image-third-party-nhl-icon {
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-image: url(/ca/ios/carplay/images/overview/third-party/nhl_icon__fsdshvxikb6u_large.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.image-third-party-nhl-icon {
		background-image: url(/ca/ios/carplay/images/overview/third-party/nhl_icon__fsdshvxikb6u_large_2x.png);
	}
}

/* Calm Radio icon */
.image-third-party-calm-icon.centered {
	position: relative;
	left: 50%;
	margin-left: -30px;
}
.image-third-party-calm-icon {
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-image: url(/ca/ios/carplay/images/overview/third-party/calm_radio_icon__ds77xhwqtnki_large.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.image-third-party-calm-icon {
		background-image: url(/ca/ios/carplay/images/overview/third-party/calm_radio_icon__ds77xhwqtnki_large_2x.png);
	}
}

/* Radioplayer Canada icon */
.image-third-party-radioplayer-icon.centered {
	position: relative;
	left: 50%;
	margin-left: -30px;
}
.image-third-party-radioplayer-icon {
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-image: url(/ca/ios/carplay/images/overview/third-party/radioplayer_icon__z6fpcszzdci6_large.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.image-third-party-radioplayer-icon {
		background-image: url(/ca/ios/carplay/images/overview/third-party/radioplayer_icon__z6fpcszzdci6_large_2x.png);
	}
}

/* Stingray icon */
.image-third-party-stingray-icon.centered {
	position: relative;
	left: 50%;
	margin-left: -30px;
}
.image-third-party-stingray-icon {
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-image: url(/ca/ios/carplay/images/overview/third-party/stingray_icon__c8inmsesiaoi_large.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.image-third-party-stingray-icon {
		background-image: url(/ca/ios/carplay/images/overview/third-party/stingray_icon__c8inmsesiaoi_large_2x.png);
	}
}

/* npr icon */
.image-third-party-npr-icon.centered {
	position: relative;
	left: 50%;
	margin-left: -30px;
}
.image-third-party-npr-icon {
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-image: url(/ca/ios/carplay/images/overview/third-party/npr_icon__e8talvpusbm2_large.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.image-third-party-npr-icon {
		background-image: url(/ca/ios/carplay/images/overview/third-party/npr_icon__e8talvpusbm2_large_2x.png);
	}
}

/* amazon icon */
.image-third-party-amazon-icon.centered {
	position: relative;
	left: 50%;
	margin-left: -30px;
}
.image-third-party-amazon-icon {
	width: 60px;
	height: 60px;
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-image: url(/ca/ios/carplay/images/overview/third-party/amazon_music_icon__fbcccw1fe0mm_large.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.image-third-party-amazon-icon {
		background-image: url(/ca/ios/carplay/images/overview/third-party/amazon_music_icon__fbcccw1fe0mm_large_2x.png);
	}
}

/*Dashboard Messages image*/

.image-dashboard-messages {
	background-image: url(/ca/ios/carplay/images/overview/dashboard_messages__b1bwtesfnfyu_large.png);
}

@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	.image-dashboard-messages {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_messages__b1bwtesfnfyu_large_2x.png);
	}
}

@media only screen and (max-width: 1068px) {
	.image-dashboard-messages {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_messages__b1bwtesfnfyu_medium.png);
	}
}

@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) {
	.image-dashboard-messages {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_messages__b1bwtesfnfyu_medium_2x.png);
	}
}

@media only screen and (max-width: 734px) {
	.image-dashboard-messages {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_messages__b1bwtesfnfyu_small.png);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.image-dashboard-messages {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_messages__b1bwtesfnfyu_small_2x.png);
	}
}

/* dashboard carplay ultra */
.image-dashboard-carplay-ultra {
	background-image: url(/ca/ios/carplay/images/overview/dashboard_carplay_ultra__f0756bbc94mm_large.jpg);
}

@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	.image-dashboard-carplay-ultra {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_carplay_ultra__f0756bbc94mm_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.image-dashboard-carplay-ultra {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_carplay_ultra__f0756bbc94mm_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) {
	.image-dashboard-carplay-ultra {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_carplay_ultra__f0756bbc94mm_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.image-dashboard-carplay-ultra {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_carplay_ultra__f0756bbc94mm_small.jpg);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.image-dashboard-carplay-ultra {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_carplay_ultra__f0756bbc94mm_small_2x.jpg);
	}
}

/* dashboard phone */
.image-dashboard-phone {
	background-image: url(/ca/ios/carplay/images/overview/dashboard_phone__dqlo31r8dtua_large.png);
}

@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	.image-dashboard-phone {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_phone__dqlo31r8dtua_large_2x.png);
	}
}

@media only screen and (max-width: 1068px) {
	.image-dashboard-phone {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_phone__dqlo31r8dtua_medium.png);
	}
}

@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) {
	.image-dashboard-phone {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_phone__dqlo31r8dtua_medium_2x.png);
	}
}

@media only screen and (max-width: 734px) {
	.image-dashboard-phone {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_phone__dqlo31r8dtua_small.png);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.image-dashboard-phone {
		background-image: url(/ca/ios/carplay/images/overview/dashboard_phone__dqlo31r8dtua_small_2x.png);
	}
}
