/* Add custom CSS styles below */ 

section.banner-0 {
    padding-bottom:50px;
}
section.banner-0 .container .img_content .small{
        display:none !important;
}
/*photos slider full width */
section.s-block--photos-slider .swiper{
    padding:0;
    margin-bottom:50px; 
}
section.s-block--photos-slider .swiper .swiper-slide{
    padding:0;
    width:100%;
}
section.s-block.s-block--photos-slider {
    margin-top:0;
}
section.s-block--photos-slider  button.s-slider-nav-arrow.swiper-button-disabled {
    visibility:hidden;
}
@media(min-width:768px){
    section.banner-0 .container .justify-between{
        flex-direction:row-reverse;
    }
    
}
@media(max-width:768px){
    section.banner-0 .container .img_content .big{
        width:100% ;
    }
}