.swiper-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.swiper-slide img {
    width: 100%; max-width: 767px;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    max-width: 1300px;
    margin: 0px auto;
}
.gallery-thumbs .swiper-slide {
    width: 19.3% !important;
    opacity: 0.4;
    margin-top: 20px;
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #000 !important;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
@media (max-width:640px ) {
   .gallery-thumbs {height: 100px; }
} 
@media (max-width:940px ) {
   .gallery-thumbs {height: 130px; }
}
@media only screen and (max-width: 480px){
    .swiper-container {width: 94%;}
    .gallery-thumbs .swiper-slide { width: 40% !important;}
    .e_title { font-size: 13px !important; line-height: auto; }
}
