.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
}
.swiper-slide-thumb-active{
    border-top:1px solid #FFF ;
}
.gallery-top {
  height:auto;
  width:100%;
  margin:0 auto;
}

.gallery-thumbs {
  height:2.5em;
  text-align: center;
  line-height: 2.5em;
  box-sizing: border-box;
	padding: 0 3em;
}

.gallery-thumbs .swiper-slide {
  width: 15%;
  height:100%;
	font-size: 1.2em;
	padding: 0.5em 0 0 0;
	cursor:pointer
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
	font-weight: bold
}
.tab{
  width: 65%;
  position: relative;
	border-top:1px solid rgba(241,241,241,0.3) ;
	margin-top: -3.5em;
}
.tab .swiper-slide{color: #FFF;min-width:5em;}
.gallery-top{
    width:100%;
    height: auto;
    margin: auto;
}
.info{}
.gallery-top .swiper-wrapper .swiper-slide{
    height: auto; position: relative;
    background-size: 100% 100% !important;
	padding: 2em 3em 3em 3em;
}
