.video-callout-section {
    position: relative;
}

.video-callout-section .overlay-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.video-callout-section .overlay-wrap h2 {
    margin: 0;
}

.video-callout-section .overlay-wrap svg {
    display: block;
    cursor: pointer;
    max-width: 110px;
    margin: 0 16px;
}

.video-callout-section video {
    width: 100%;
    display: block;
}

.video-callout-section .video-callout-poster {
    width: 100%;
    height: auto;
}

.video-callout-section iframe {
    display: none;
    width: 100%;
    height: 56vw;
    max-height: 850px;
}

.video-callout-section .video-modal {
    background-color: rgba(0, 0, 0, .5);
}

@media (max-width:1575px) {}

@media (max-width:1024px) {}

@media (max-width:768px) {
    .video-callout-section .overlay-wrap {
        width: 100%;
        justify-content: center;
    }
    .video-callout-section .overlay-wrap svg {
        max-width: 55px;
    }
}