#footer {
}

#footer .keyword h1,
#footer .keyword h2,
#footer .keyword h3,
#footer .keyword p {
    font-size:11px;
    color:#666!important;
}

#footer-ad {
    display:flex;
    justify-content: center;
    padding:15px 0;
}

#footer-ad .banner-flex{
    display: grid;
    justify-content: center;
    align-content: center;
    gap: 4px;
    grid-auto-flow: column;
}

#footer-ad .banner-flex img {
    max-width: 100%;
}

.swiper {
    display:flex;
    justify-content:center;
}

.swiper-banner {
    display:none;
}

.swiper-slide, swiper-slide {
    display:flex;
    justify-content:center;
}

.swiper-slide img, swiper-slide img {
    max-width:100%;
    max-height:100%;
}

.more-btn {
    display:flex;
    width:100%;
    padding:15px 0px;
}

.more-btn a {
    background:#ff0000;
    color:#fff;
    padding:10px;
    text-align:center;
    font-size:18px;
    width:100%;
}

.text-banner {
    width:100%;
    padding:5px 0;
}

.text-banner a {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:3px 0;
    font-size:16px;
    color:#fff;
    background:#f80000;
    text-decoration:none;
    font-weight:700;
    margin:15px 0;
    margin-top:5px;
}


.text-banner.missav a {
    margin-top:15px;
    margin-bottom:0;
    color:#fff;
    background:#FD648E;
}

.img-banner {
    width:100%;
}

.img-banner a {
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:0;
    text-decoration:none;
    font-weight:700;
}

.img-banner a img {
    width:100%;
    max-width:100%;
}

.img-banner a img.mobile-img{
    display:none;
}

@media (max-width: 767px) {
    .img-banner a img.mobile-img {
        display:flex;
    }

    .img-banner a img.pc-img {
        display:none;
    }
}


#banner-top-mobile {
    display:none;
}
#banner-top {
    display:block;
}

#banner-bottom-mobile {
    display:none;
}

#banner-bottom {
    display:grid;
    grid-template-columns:repeat(4, 1fr);
}


#banner-bottom div {
    max-height:100%;
}

.banner {
    padding:4px 0 0 0;
    display:flex;
    width:100%;
    grid-template-columns:repeat(4, 1fr);
    gap:4px;
}

.banner .banner-row {
    display:flex;
    justify-content: space-around;
}

.banner .banner-row img {
    max-width:100%;
    max-height:100%;
   /* height:94px;*/
}


.top-banner {
    padding: 0 0 15px 0;
    .banner-row {
        margin-top:0;
    }
    & .text-banner {
        &:first-child {
            margin-top:0;
        }
        &.missav {
            background:#FD648E;
            color:#fff;
        }
        margin-top:15px;
        padding: 3px 0;
        & a {
            margin-top:0!important;
        }
    }
}

a.slogan {
    text-decoration:none;
}

@media (max-width: 767px) {
    #banner-top-mobile {
        display:block;
    }
    #banner-top {
        display:none;
    }

    #banner-bottom-mobile {
        display:grid;
        grid-template-columns:repeat(2, 1fr);
    }

    #banner-bottom {
        display:none;
    }

    .banner {
        display:block;
        width:100%;
    }
    .banner .banner-row {
        display:block;
        width:100%;
    }

    .banner .banner-row a {
        display:block;
        width:100%;
    }
    .banner .banner-row img {
        width:100%;
        max-width:100%;
        height:auto;
    }

    body.nb-thumbs-cols-xlg-5 .video-container {
        width:100%;
        margin:10px 0;
    }

    #best .video-listing, body[data-theme=dark] #best .video-listing, body[data-theme=light] #best .video-listing {
        display:block;
    }

    body.nb-thumbs-cols-sm-3 .video-container {
        width:100%;
    }

    .thumb-block .thumb a, .thumb-block .thumb-purchase a {
        min-height:0!important;
    }

    .mozaique.profileslist .thumb-block .thumb-inside .thumb a {
        height:auto!important;
    }
    .mozaique.profileslist .thumb-block .thumb-inside .thumb a img {
        height:auto!important;
    }
}

.video-container .video-thumb a.video-link {
    height:auto!important;
}

.thumb-ad {
    display:none!important;
}


