.trailer {
    background: var(--bg-secondary);
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;

    border-radius: 20px;
    border: 1px solid var(--border);

    box-shadow: 0 25px 60px rgba(0,0,0,.35);
}

.video-wrapper iframe {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    border: 0;
}