

/* video email popup */
div.themodal-overlay {
    background: rgba(0, 0, 0, 0.75);
}

#video-email-popup {
    padding: 0 20px;
    margin-top: 10vh;
}

#video-email-popup-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#video-email-popup-content {
    max-width: 600px;
    padding: 50px;
    background: #1e1e1e;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 100%) 0px 0px 30px;
    align-self: center;
    position: relative;
}

#video-email-popup-content .mhc-embedded-form #form-catalog-html {
    opacity: 1 !important;
}

#video-email-popup-content .dmplus-popup-close-button {
    font-family: Verdana !important;
    font-size: 29px;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 5px;
    left: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dmplus-popup-close-button:hover {
    transform: scale(1.1);
}

@media (max-width:550px){

    #video-email-popup {
        margin-top: 5vh;
    }
    #video-email-popup-content.dmplus-popup-content {
        padding: 25px;
    }
    #video-email-popup-content.dmplus-popup-content button[type=button] {
        width: 225px;
        font-size: 18px;
        padding: 10px 25px;
    }
}

@media (max-height:450px){
    #video-email-popup-content {
        padding: 10px 50px;
    }
    #video-email-popup-content > h2 {
        font-size: 25px;
        margin-top: 5px;
    }
    #video-email-popup-content p {
        font-size: 13px;
        padding-bottom: 5px;
    }
    #video-email-popup-content.dmplus-popup-content button[type=button] {
        font-size: 16px;
        padding: 5px 20px;
        width: 200px;
    }
}