@charset "UTF-8";
/* CSS Document */




/* Large desktop */
@media (min-width: 1200px) { 



}

/* Desktop 1024 */
@media (min-width: 980px) and (max-width: 1199px) { 


}


/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 980px) { 
	
	.featured-container.featured-style4 {
	aspect-ratio: auto;
    width: 100%;
    height: 300px;
    background-size: contain!important;
    background-position: top center!important;
    background-repeat: no-repeat!important;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;}
	
	.splide.home_splider_main li.splide__slide img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

}

/* Landscape phones and down */
@media (max-width: 480px) {
	
	.featured-container.featured-style4 {
	aspect-ratio: auto;
    width: 100%;
    height: 300px;
    background-size: contain!important;
    background-position: top center!important;
    background-repeat: no-repeat!important;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;}
	
	.splide.home_splider_main li.splide__slide img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

}