.video-player video {
    width: 100%;
    height: 100%;
}

.image-news {
    height: 400px;
}

.image-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.publish-date {
    font-size: 14px;
}

.attached-video-section .embed-video-wrapper {
    aspect-ratio: 16/9;
}