.news-rutube {
    width: 100%;
}

.news-rutube__inner {
    aspect-ratio: 16 / 9;
    position: relative;
    width: 100%;
}

.news-rutube__inner iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.components-base-control {
    width: 100%;
}

.news-vkvideo,
.news-rutube {
    width: 100%;
}

.news-vkvideo__inner,
.news-rutube__inner {
    aspect-ratio: 16 / 9;
    position: relative;
    width: 100%;
}

.news-vkvideo__inner iframe,
.news-rutube__inner iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px;
}