@charset "utf-8";
/* CSS Document */

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.hub-platforms-featured-zone-background-img {
        background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/sliders/custom-headers/images/mobile/hubplatforms_img_header_mobile.png) !important;
		background-position: top center !important;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.hub-platforms-featured-zone-background-img {
        background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/sliders/custom-headers/images/mobile/hubplatforms_img_header_mobile.png) !important;
		background-position: top center !important;
    }
}
	
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.hub-platforms-featured-zone-background-img {
        background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/sliders/custom-headers/images/desktop/hubplatforms_img_header_desktop.jpg) !important;
		background-position: center center !important;
    }
}
	
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.hub-platforms-featured-zone-background-img {
        background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/sliders/custom-headers/images/desktop/hubplatforms_img_header_desktop.jpg) !important;
		background-position: top center !important;
    }
}
	
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	.hub-platforms-featured-zone-background-img {
        background-image: url(https://prodsolutionsmedia.blob.core.windows.net/assets/sliders/custom-headers/images/desktop/hubplatforms_img_header_desktop.jpg) !important;
		background-position: top center !important;
    }

}
