/* Add custom CSS styles below */ 
.lazy__bg{
    width: 90% !important;
}
.banner-entry{
background-color: white;
}
@media only screen and (max-width: 600px) {
  #app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div > a:nth-child(1){
    height: 250px !important;
}
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div > a:nth-child(1) > div{
width: 50%!important;
    right: 50%;
    transform: translateX(50%);
}
}
.s-slider-block__display-all {
    color: #000000;
    }