.press-video-gallery__item .wp-video, .press-video-gallery__item video {
    width: 100% !important;
    height: auto !important;
}
.press-video-iframe iframe {
    width: 100% !important;
    aspect-ratio: 16 / 9;
    height: auto !important;
}
.press-video-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
