.magnific-popup{
    cursor: pointer;
}
.mfp-wrap{
    margin-top: 4rem;
    height: calc(100% - 4rem);
}

.video-popup{
    display: flex;
    justify-content: end;
    position: relative;
    margin: auto;
    margin-bottom: 2rem;
    max-width: 56.3rem;
}

.video-popup .video-wrapper{
    width: 100%;
    max-width: 56.3rem;
    margin: 4rem;
    top: -1rem;
}
.video-popup video {
    position: relative;
    width: 100%;
    max-width: 56.3rem;
    transform: translateY(1.2rem);
}
.video-popup .mfp-close{
    position: absolute;
    color: white;
    transform: translate(0.85rem,-1.25rem)
}

@media screen and (max-width: 770px) {

    .mfp-wrap{
        margin-top: 0;
        height: 100%;
    }

}