.contact-video-embed {
    position: relative;
    background: #050608;
    border-radius: 16px;
    overflow: hidden;
}

.contact-video-embed::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 88px;
    pointer-events: none;
    background: linear-gradient(180deg, #050608 0%, rgba(5, 6, 8, .94) 52%, rgba(5, 6, 8, 0) 100%);
}

.contact-video-embed iframe {
    border: 0;
}

.contact-video-embed.contact-video-portrait {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .contact-video-embed.contact-video-portrait {
        max-width: min(100%, 360px);
    }
}
