.opsellio-video-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
    border-radius: 8px;
}

.opsellio-video-embed iframe,
.opsellio-video-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: contain;
}

.opsellio-video-embed .ratio {
    position: absolute;
    inset: 0;
    padding-bottom: 0 !important;
    height: 100%;
}
