	.swiper-container {
    width: 100%;
    height: 650px;
    margin-left: auto;
    margin-right: auto;
	
    }
    .swiper-slide {
    background-size: cover;
    background-position: center;
    }
    .gallery-top {
    height: 650px;
    width: 100%;
    }
    .gallery-thumbs {
    width:215px;
	height:65px;
    box-sizing: border-box;
    margin-top:-80px;
	padding-left:5px;
	cursor:pointer;
    }
    .gallery-thumbs .swiper-slide {
    margin-right:10px;
	border: 1px solid rgba(0,0,0,.4);
    border-radius: 50%;
    width: 60px !important;
	height: 60px !important;
    opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    }

@media(max-width: 767px) { 
.swiper-container {height: 250px;}
.gallery-top {height: 250px;}
.gallery-thumbs {height:65px; }
}