.content-body .ghtc-video-embed,
.ghtc-video-embed {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 28px auto;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(7, 27, 67, .18);
    background: #071b43;
}

.content-body .ghtc-video-embed iframe,
.ghtc-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
    display: block;
}
