.embed-video {
    .gallery-video {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: black;
        top: 0%;
        left: 0%;
    }

    .video-container {
        max-height: unset;
    }
}
