
@media screen and (max-width: 500px) {
    .video-opening-wrapper {
        width: 90%;
        padding-top: 20vh;
    }

    .video-opening-top p {
        font-size: 0.75rem;
    }
    
    .video-closure  {
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .video-start-closure-button {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .video-opening-bottom, .video-opening-top {
        text-shadow: var(--secondary-text-shadow)
    }
    .section-video-close {
        background-position-y: unset;
    }
}