.iederal-video-popup {
    position: relative;
}

#video-popup-button {
    width: 100%;
    height: 452px;
    cursor: pointer;
    position: relative;
    -ms-background-position: center;
    background-position: center;
    -ms-background-size: cover;
    background-size: cover;
}

#iederal-video-popup-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

    #video-popup-button img, #iederal-video-popup-button img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        margin: auto;
        width: 75px;
    }

.video-popup-custom-button {
    cursor: pointer;
}

#video-popup .modal-container {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 900px;
}

#video-popup .modal-container .video-popup-close {
    position: absolute;
    right: -38px;
    width: 30px;
    cursor: pointer;
}

#video-popup .modal-content {
    padding: 0;
    padding-top: calc((100%/16)*9);
}

    #video-popup .modal-content iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

    #video-popup.iederal .modal-content iframe, #video-popup.iederal .modal-container {
        -ms-border-radius: 0;
        border-radius: 0;
    }

@media (max-width: 1024px) {
    #video-popup-button {
        height: 350px;
    }

    #video-popup .modal-container .video-popup-close {
        top: 20px;
        right: 20px;
        z-index: 10;
    }
}