html, body {
	position: relative;
	height: 100%;
}
body {
	background: #fff;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#333;
	margin: 0;
	padding: 0;
}
img {
	width: 100px;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 0px;
	padding: 0px;
}
.swiper-container {
	width: 100%;
	height: 95%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	height: 80%;
	width: 100%;
}
.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	width: 75px;
	height: 100%;
	position: relative;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.inner {
	padding: 20px;
}
.h1 {
	margin: 0 0 15px;
	font-size: 25px;
}
.scrollbar .swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

