.epyt-gallery-img-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0 !important;
}

.epyt-gallery-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}

.epyt-video-wrapper {
    width: 100%;
    max-width: 100%;
}

.epyt-video-wrapper iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.wp-block-embed__wrapper,
.epyt-video-wrapper > div {
    width: 100%;
}