/* Add custom CSS styles below */ 
@media(width > 768px){
.s-block--special-products-slider .items-center.justify-center.bg-cover.bg-no-repeat.text-center.relative{
    height: 500px !important;
    }
    
    .s-block--special-products-slider .items-center.justify-center.bg-cover.bg-no-repeat.text-center.relative img{
    height: 500px !important;
    }
}

.sm-window-image{
width:400px !important;
}

@media(width < 400px){
.sm-window-image{
width:275px !important;
height:260px !important;
}
}

.sm-fixed.hover-opacity{
display:none !important;
}