.rs-frame {
    position: relative;
}

.rs-frame__wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

.zm-frame {
    position: relative;
}

.zm-frame__picture {
    height: 100svh;
}

.zm-frame__picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}