.gallery-wrapper {
	transition: 0.25s all;
}

.gallery {
	text-align: center;
}

.gallery-item {
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
}

.gallery-wrapper h2 {
	font-family: 'Lato' !important;
	width: 45% !important;
	font-size: 30px !important;
	padding-top: 5px;
	padding-bottom: 5px;
}


@media only screen and (max-width: 720px) {
	.gallery-wrapper h2 {
		width: 100% !important;
		font-size: 27px !important;
	}	
}