.slide-content {
    width: 100%;
    height: 100%;
}

.slide-content__image {
    width: 100%;
    height: 100%;
    border-radius: 22px;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .slide-content__image {
        border-radius: 14px;
    }
}