/* =====================================================
    #header
===================================================== */


.vid-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .vid-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.modal-responsive {
    padding: 0 !important;
}

    .modal-responsive.in {
        display: flex !important;
        align-items: center;
    }

    .modal-responsive .modal-dialog {
        width: 100vmin;
        height: auto;
        margin: 0 auto;
        max-width: 1310px;
        max-height: 720px;
    }

    .modal-responsive .btn-xs.btn-link {
        color: #000 !important;
    }

        .modal-responsive .btn-xs.btn-link:hover {
            background: #ddd;
            text-decoration: none;
        }

.link-modal {
    cursor: pointer;
}

#cboxOverlay {
    display: none !important;
}

#colorbox {
    display: none !important;
}
