.slider-block.style-multiple-images .swiper-container {
    overflow: visible;
}
.slider-block.style-multiple-images .swiper-slide {
    width: 30%;
    padding: 0 20px;
    box-sizing: border-box;
}
.slider-block.style-multiple-images .swiper-slide img {
  aspect-ratio: 500/590;
  object-fit: cover;
  height: 100%;
  width: 100%;
}


.slider-block.style-single-image .swiper-container {
    position: relative;
}
.slider-block.style-single-image .slider-arrows-wrap {
    max-width: calc(1366px + 160px);
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: calc(1366px + 160px);
    height: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    padding: 0;
}
.slider-block.style-single-image .slider-arrows-inner {
    position: relative;
    width: 100%;
    pointer-events: none;
}
.slider-block.style-single-image .swiper-slide img {
max-height: 1080px;
width: 100%;
  aspect-ratio: 1920/780;
  object-fit: cover;
  object-position: center;
  min-height: 275px;
}
@media all and (max-width: 1646px) {
.slider-block.style-single-image .slider-arrows-wrap {
    max-width: 100%;
    width: 100%;
    padding: 0 50px;
}
}
@media all and (max-width: 1280px) {
.slider-block.style-single-image .slider-arrows-wrap {
    padding: 0 40px;
}
}
@media all and (max-width: 768px) {
.slider-block.style-single-image .slider-arrows-wrap {
    padding: 0 30px;
}
}
@media all and (max-width: 480px) {
.slider-block.style-single-image .slider-arrows-wrap {
    padding: 0 20px;
}
}