.news-video {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 26px;
}

.news-video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:1024px) {
    .news-video {
        height: 193px;
        border-radius: 16px;
    }
}