.single-gallery{
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
    margin-top: 30px;
    max-width: 715px;
}
.single-gallery .gallery-img{
	float: right;	
}
.gallery-content {
    position: absolute;
    width: 100%;
    max-width: 385px;
    background: url(/template/62a5976e/images/gallery-bg.png) no-repeat;
    text-align: center;
    height: 260px;
    top: 15px;
}
.gallery-content .inner-content{
	max-width: 332px;
    padding: 70px 0 60px;
}
.gallery-content h3{
    font-size: 33px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
font-weight: 400;
}
.gallery-content p{
    font-size: 19px;
    padding-top: 0px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}
.gallery-content .btn-gallery{
	background: #f9ff01;
	color: #000;
	padding: 7px 35px;
	border-radius: 0;
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
transition: all 0.2s;
}
.gallery-content .btn-gallery:hover{
	background: #fff;
	color: #000;
}
