@import "../fonts/fontawesome/all.css";
@import "../deps/swiper/swiper.min.css";
@import "../deps/beerslider/style.min.css";

.swiper-container {
    width: 100%;
    height: auto;
    min-height: 0;
}
.swiper-wrapper {
    height: auto !important;
}
.swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
}

footer .footer-permissions {
    width: 100%;
    display: flex;
    justify-content: center
}
footer .swiper-footer-permissions {
    width: 200px;
    height: 200px
}
footer .swiper-footer-permissions .bg {
    background: #f5f3f3;
    width: 200px;
    height: 200px;
    border-radius: 12px;
    padding: 12px
}
footer .swiper-footer-permissions .bg img {
    width: 100%;
    height: 100%;
}

.blog-footer {
    background-color: transparent !important;
}