﻿.swiper-slide:has(.slide-link) {
    width: inherit !important;
}
.slide-link {
    display: block;
    width: 100%;
}
.slide-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: bottom;
}