/* Large devices (desktops, 992px and less)*/
@media (max-width: 992px) {
	
}

/* Medium devices (tablets, 768px and less)*/
@media (max-width: 768px) {
	.motorgif{ background-image:url(/themes/coverme/images/motorbg_rwd.webp?v=01);}
	.cargif{ background-image:url(/themes/coverme/images/carbg_rwd.webp?v=01);}
	.testimonial{ background-image:url(/themes/coverme/images/grey_rwd.webp?v=01);}
	.testimonial-container{ background-image:url(/themes/coverme/images/testimonial_rwd.webp?v=01);}
	.gallery{ background-image:url(/themes/coverme/images/gallery2_rwd.webp?v=01);}
	.location-container{ background-image:url(/themes/coverme/images/mapbg2_rwd.webp?v=01);}
	.contact{ background-image:url(/themes/coverme/images/contact-bg2_rwd.webp?v=01);}
	.subscribe{ background-image:url(/themes/coverme/images/subscribe_rwd.webp?v=01);}
}

/* Small devices (landscape phones, 576px and less)*/
@media (max-width: 576px) {
	
}