.s-block--main-slider-2 .container,
.s-block--fixed-banner .container {
    max-width: 100% !important;
    width: 100%;
}


.banner-entry img {
    object-fit: contain;
    width: 100%;
    background-color: #ffffff !important;
    height: 100%;
}
@media (max-width: 768px) {
  #s-block--banners-10 > div {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
}