a.fwe-button {
    display: inline-block;
}

.navigation-bottom_center .fwe-swiper-button-control{
    display: flex;
    justify-content: center;
    flex-direction:row-reverse;
    margin-top:15px;
}

.navigation-bottom_center  .fwe-swiper-button-control .fwe-swiper-button {
    position:static;
    margin:0 4px;
}

.fwe-img {
    display: flex;
}

.fwe-swiper-button {
    cursor: pointer;
}

.navigation-bottom_left .fwe-swiper-button-control{
    display:flex;
    flex-direction:row-reverse;
    justify-content: flex-end;
    margin-top: -80px;
}

.navigation-bottom_left .fwe-swiper-button-control .fwe-swiper-button {
    position:static;
    margin: 0 3px;
}

.navigation-middile_left .fwe-swiper-button-control .fwe-swiper-button {
    top: 35%;
}

.navigation-middile_left .fwe-swiper-button-control .fwe-swiper-button-next {
    right: auto;
    left: 50px;
}


@media(max-width: 767px){

.navigation-mobile-dots .fwe-swiper-button-control{
  display:none;    
}

.navigation-mobile-dots .fwe-swiper-pagination {
    display:block;
}
}