.swiper-container {
    display: none;
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.footer-banner__close {
    position: absolute;
    background-color: #1b7901;
    /* -webkit-border-radius: 50%; */
    -moz-border-radius: 50%;
    /* border-radius: 50%; */
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    top: 0px;
    right: 0px;
    -webkit-box-shadow: 0 0 5px #7f7e7e;
    -moz-box-shadow: 0 0 5px #7f7e7e;
    box-shadow: 0 0 5px #7f7e7e;
    padding: 0px 7px;
    z-index: 999;
}
@media (max-width: 480px){
    .swiper-container{
        display: block;
        bottom: 0;
        width: 100%;
        height: 54px;
        position: fixed;
    }
}
