/* Fit the HTML5 player inside the original Custom Shop artwork. */
.customshop .customshop-video {
    position: absolute;
    top: 56px;
    left: 380px;
    width: 591px;
    max-width: none;
    height: 378px;
    margin: 0;
    object-fit: contain;
    background: #000;
}

/* Keep the interview in document flow below the site navigation. */
.interview-player {
    width: 640px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}
.interview-player h1 { position: static; margin: 0; }
.interview-player .interview-video {
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 auto 24px;
    background: #000;
}
.interview-player .button { display: inline-block; position: static; float: none; }
