.pb-50 {
	padding-bottom: 0px!important;
}
.mb-84 {
	margin-bottom: 30px!important;
}
.gallery img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 3s ease;
	-moz-transition: opacity 3s ease;
	transition: opacity 3s ease;
}
.gallery img.active, .gallery img:first-of-type {
	opacity: 1;
}
.gallery .gallery-buttons {
	display:none;
}
.gallery .gallery-buttons .gallery-btn {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #fff;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 transition: all .3s ease;
}
.gallery .gallery-buttons .gallery-btn + .gallery-btn {
	margin-left: 0px;
}
.gallery .gallery-buttons .gallery-btn:hover, .gallery .gallery-buttons .gallery-btn.active {
	background-color: #fff;
}
.gallery .gallery-buttons .gallery-btn.active {
	cursor: default;
}
.gallery + .gallery {
	margin-top: 0px;
}
 @media only screen and (max-width:991px) {
.about-content {
 display: block;
 position: relative;
 margin-top: 88%;
}
.product-hvr-content {
 display:none !important;
}
 #about-page-wrapper .about-thumbnail {
 max-width: 100%;
 margin: 0 auto;
 height: 100%;
 position: relative;
 display: block;
 margin-bottom: 180px;
}
.single-product-wrap .product-details .product-name a {
 color: #262626;
 font-size: 12px;
}
}
 @media only screen and (max-width:767px) {
 #about-page-wrapper .about-thumbnail {
 margin-bottom: 120px;
}
 .single-product-wrap .product-details {
 margin-top: 6px;
}
.single-product-wrap .product-thumbnail .product-hvr-content>.btn-addToCart {
 font-size: 10px;
}
.pt-md-60 {
 padding-top: 20px!important;
}
}
 @media only screen and (max-width:480px) {
 #about-page-wrapper .about-thumbnail {
 margin-bottom: 90px;
}
.single-product-wrap .product-details .product-name a {
 font-size: 9px;
}
}
