.video-popup-wrap {
    width: calc(100vw - 12px);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-popup-wrap video {
    display: block;
    max-width: calc(100vw - 12px);
    max-height: 100vh;
    width: auto;
    height: auto;
}

.video-popup-wrap .mfp-close {
    color: #fff;
    font-size: 63px;
}

.gallery-item_video {
    position: relative;
}
.gallery-item_video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    pointer-events: none;
    transition: opacity 0.2s;
}
.gallery-item_video:hover .gallery-item_video__play {
    opacity: 0.8;
}

.footer-banner {
    padding: 36px 20px 20px 20px;
    display: flex;
    justify-content: center;
    background-color: #592131;
}
.footer-banner img {
    max-width: 100%;
    object-fit: contain;
}

.section-title {
    font-family: 'Tinos', sans-serif;
}