.guesty-video {
    position: relative;
    width: 100%;
    aspect-ratio: var(--guesty-video-ratio, 16 / 9);
    overflow: hidden;
    background: #000;
}

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