.gallery {
	margin-top: 100px;
}
.gallery-img {
	width: 100%;
	position: relative;
}
.gallery-img img {
	width: 100%;
}
.gallery-img h3 {
	position: absolute;
	bottom: 50px;
	right: 50px;
	font-size: 20px;
	color: #fff;
}
.gall-h {
	opacity: 0;
}