.welcome-popup-modal.modal {
    position: fixed;
    top: 10%;
    color: #666666;
    z-index: 10001;
    width: 62%;
    left: -31%;
    margin-left: 50%;
}

.welcome-popup-modal.modal .modal-header {
    padding-top: 22px;
    padding-bottom: 17px;
    padding-left: 44px;
    padding-right: 44px;
    background-color: #f5f5f5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px solid #eee;
}

.welcome-popup-modal.modal .modal-body {
    max-height: none;
    padding: 26px 0 15px 0;
    min-height: 95px;
    font-size: 16px;
    position: relative;
    background: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.welcome-popup-modal.modal .modal-header h3 {
    font-weight: normal;
    font-size: 24px;
    color: black;
    letter-spacing: 0.6px;
    margin: 0;
    line-height: 30px;
}

.welcome-popup-modal.modal .modal-header button.close {
    margin-top: 2px;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.welcome-popup-modal.modal .modal-body-content {
    max-height: 62vh;
    overflow-y: auto;

    padding-left: 44px;
    padding-right: 44px;
}

.welcome-popup-modal.modal .modal-body-content h3 {
    font-size: 24.5px;
    line-height: 40px;
}

@media (max-width: 480px) {
    .welcome-popup-modal.modal,
    .welcome-popup-modal.modal.fade.in {
        width: 100%;
        height: 100%;
        margin: 0;
        left: 0;
        top: 0;

        border: none;
        border-radius: initial;
        overflow-y: auto;
    }

    .welcome-popup-modal.modal .modal-body-content {
        max-height: none;
        height: auto;
    }
}

@media (max-width: 767px) {
    .welcome-popup-modal.modal {
        width: 76%;
        left: -38%;
    }
}

@media (min-width: 1336px) {
    .welcome-popup-modal.modal {
        width: 742px;
        left: -371px;
    }
}

@media (min-width: 1600px) {
    .welcome-popup-modal.modal {
        width: 908px;
        left: -454px;
    }
}

.welcome-popup-modal.modal .welcome-popup-media {
    padding-top: 56.25%;
    padding-bottom: 30px;
    width: 100%;
    position: relative;
}

.welcome-popup-modal.modal .welcome-popup-media > * {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/** Overlay **/
.modal-backdrop.fade.in {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #000;
    opacity: 0.7;
}
