/* Add custom CSS styles below */ 
.top-navbar{
    display:none;
}
/*transparent to img*/

.s-block--banners  .grid .banner-entry {
    background-color:transparent !important;
}
section.s-block--photos-slider ,
.s-block--fixed-banner{
    margin-bottom:50px
}


/*photos slider full width */
section.s-block--photos-slider .swiper{
    padding:0;
}
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;
}