.popup-banner-content {
    border-radius: 0;
    border: 0;
}

.popup-banner-content>img {
    position: relative
}

.close-banner {
    position: absolute;
    right: 0px;
    font-size: 1.35rem !important;
    font-weight: 700;
    opacity: 0.4;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    border-radius: 0;
    outline: 0;
    border: 0;
}

.close-banner span {
    font-family: Nunito, sans-serif;
    line-height: 34.56px;
}

.close-banner:focus,
.close-banner:visited,
.close-banner:active {
    outline: 0;
}

.modal-backdrop-custom .modal-backdrop.show {
    opacity: 0.8 !important;
    z-index: 3400 !important;
}

#popup-banner {
    z-index: 3500 !important;
}



@media (min-width: 992px) {
    #popup-banner .modal-lg {
        max-width: none !important;
    }
}


@media (min-width: 576px) {
    #popup-banner>.modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

@media (min-width: 576px) {
    #popup-banner>.modal-dialog {
        max-width: none !important;
        margin: 1.75rem auto;
    }
}
