
.swiper-container {
    margin: 0 0 15px 0;
}

.swiper-pagination {
   /* top: 92%;*/
   position: static;
}
.swiper-pagination .swiper-pagination-bullet {
    padding: 2px;
    margin: 0 4px;
}
.ranking .container .swiper-button-prev, 
.ranking .container .swiper-button-next {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-image: none;
    background-color: #fa7ba8;
    box-shadow: none;
    border-radius: 0;
    top: 70%;
}

.ranking .container .swiper-button-prev:hover, 
.ranking .container .swiper-button-next:hover {
    border-bottom: 2px #f6a solid;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.ranking .container .swiper-button-prev {
    left: -5%;
}
.ranking .container .swiper-button-prev:after {
    font-family: FontAwesome;
    content: "\f060"; /*←*/
    font-size: 14px;
}

.ranking .container .swiper-button-next {
    right: -5%;
}
.ranking .container .swiper-button-next:after {
    font-family: FontAwesome;
    content: "\f061"; /*→*/
    font-size: 14px;
}


