.video-block__video--wrapper {
    height: 450px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.video-block__video--wrapper video, 
.video-block__video--wrapper iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#videos-block .swiper-theme.works-swiper-theme {
    width: 100%;
    margin-top: 40px;
}
@media (max-width: 700px) {
    .video-block__video--wrapper {
        height: 350px;
    }
}