#gallery {margin-top: 40px;}
#gallery .swiper-wrapper {}
#thumbs  {height:60px;margin-top:10px;} 
.swiper-slide {text-align: center;}
.swiper-slide img {width:100%;height:100%;}
.swiper-slide p {width:100%;height:60px;text-align:left;position:absolute;left:0px;bottom:0px;background:rgb(0, 0, 0, 0.6);color:#fff;font-size:16px;line-height:40px;margin-bottom: 0px;padding: 10px;box-sizing: border-box;}

.swiper-pagination-bullet {background: #fff;opacity: 1;}
.swiper-pagination-bullet-active {background: #007aff;}

.swiper-slide-thumb-active img {height:58px;border:1px solid #f00;}

@media screen and (max-width: 750px) {
    #gallery {height:230px;}
    #gallery .swiper-wrapper {height:230px;}    
    #thumbs  {height:30px;}
    .swiper-slide-thumb-active img {height:28px;border:1px solid #f00;}
	.swiper-slide p {font-size:14px;line-height:24px;height:70px;}
}