.d-block {
    display: block!important;
}

.d-none {
    display: none!important;
}

.banner-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0;
    max-width: 850px;
    min-width: 330px;
    background: #fff;
    z-index: 2051;
    line-height: 32px;
    font-size: 20px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.close-banner {
    margin-top: 20px;
}

.stop-banner {
    max-width: 800px;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .banner-overlay {
        line-height: 30px;
        font-size: 19px;
    }
}