.banner-sticky__container {
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    z-index: 400;
    text-align: center;
}

.banner-sticky__container * {
    max-width: 100%;
}

.banner-sticky__close {
    position: relative;
    z-index: 13;
}

.banner-sticky__close::after {
    display: inline-block;
    content: "\00d7";
    font-size: 21px;
    width: 30px;
    height: 30px;
    background-color: #727272;
    color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

/* RESPONSIVE AREA */
@media (max-width: 991px) {
    .banner-sticky__container {
        width: 100%;
        left: 0;
    }

    #banner_16,
    #banner_18 {
        display: none;
    }
}

@media (min-width: 992px) {
    .banner-sticky__container {
        width: 1150px;
    }

    #banner_17,
    #banner_19 {
        display: none;
    }
}
