.left-slide-photo .gallery-container {
  position: relative;
  width: 100%;
 display:inline-block;
  overflow: hidden;
}

.gallery-main {
  width: 100%;
  height: auto;
  display:inline-block;
}


.gallery-title {
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: "Epilogue", sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.swiper-slide-active .gallery-title {
  -webkit-animation: slide-in 0.3s ease-in both;
          animation: slide-in 0.3s ease-in both;
}

.gallery-thumbs {
  order: -1;
  width: 100%;
  height: 50px;
  position:relative;
}
.gallery-thumbs .swiper-slide {
	height:50px !important;
	width:80px;
	}
.gallery-thumbs .swiper-slide img {
  transition: 0.3s;
    border: 1px solid #E5E5E5;
	border-radius: 10px;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 0.9;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide-thumb-active img {
border: 1px solid #ff6600;
}

.left-slide-photo .swiper-button-prev, .left-slide-photo .swiper-button-next {
  position: absolute;
  right: 0;
  left: 0;
  height: 24px;
  width: 80px;
  color: #3333;
  z-index:10;
  opacity:1;
  text-indent:-99999px;
  display:none;
}
.left-slide-photo .swiper-button-prev { top:15px; background:url(../images/detail/icon-prev.png) no-repeat center center; bottom:auto;}
.left-slide-photo  .swiper-button-next {  bottom:15px;background:url(../images/detail/icon-next.png) no-repeat center center; top:auto;}
.left-slide-photo .swiper-button-prev::after, .left-slide-photo.swiper-button-next::after {
  font-size: 16px;
}


@-webkit-keyframes slide-in {
  from {
    opacity: 0;
    right: -50%;
  }
}

@keyframes slide-in {
  from {
    opacity: 0;
    right: -50%;
  }
}
@media screen and (max-width:767px) {
	.gallery-thumbs {height:0; overflow:hidden; opacity:0;}
	}
@media screen and (min-width:767px) {
	.left-slide-photo .gallery-container { 
	display: flex;
  	justify-content: space-between;
  }
  .left-slide-photo .gallery-main {
  width: 467px;
  height: 570px;
}
.gallery-thumbs {
  width: 80px;
  height: 515px;
  margin-right: 19px;
  margin-top:15px;
  margin-bottom:15px;
}
.gallery-thumbs .swiper-slide {
	margin-bottom:7px;
	height:80px !important;
	
	}
.left-slide-photo .swiper-button-prev, .left-slide-photo .swiper-button-next  {
	display:block;
	}	
	}
