/* Add custom CSS styles below */ 
@media(max-width:768px){
    #main-banner .banner-item-text svg {
        width:160px ;
    }
    #main-banner .s-slider-container .main-banner-slide  {
        justify-content:end !important;
        align-items:start !important;
    }
}
/*transparent to img*/
.s-block--fixed-banner .banner--fixed img ,
.s-block--banners  .grid .banner-entry {
    background-color:transparent !important;
}
/* Add custom CSS styles below */ 
@media(max-width:768px){
    #main-banner .banner-item-text svg {
        width:160px ;
    }
    #main-banner .s-slider-container .main-banner-slide  {
        justify-content:end !important;
        align-items:start !important;
    }
}
/*transparent to img*/
.s-block--fixed-banner .banner--fixed img ,
.s-block--banners  .grid .banner-entry {
    background-color:transparent !important;
}
@media(min-width:768px){
   .s-block--banners > .grid {
        max-width: 800px;
        margin: auto;
    } 
}
@media(max-width:768px){
    .s-block--banners > .grid {
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
    .s-block--banners > .grid a.banner-entry {
        height:100px;
    }
}