.swiper-wrapper {
    width: 100%;
}
.swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    text-align: center;
}
.swiper-slide img {
    height: 100%;
    width: 100%;
}
.swiper-slide a:hover {
    opacity: 0.8;
}
.swiper-pagination-bullets {
    position: static;
    margin-top: 16px;
} 
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 10px !important;
    background: #333 !important;
}
.swiper-pagination-bullet:first-child {
    margin: 0 !important;
} 