/*Thong's custom CSS rule*/
.wysiwyg-editor.tho-image-gallery{
	padding-top: 9.7rem;
	padding-bottom: 4.8rem;
	margin-bottom:0!important;
}

.wysiwyg-editor.tho-image-gallery.gray{
	background-color: #f6f6f6;
}

.tho-image-gallery .section-title{
	text-align: center;
	padding-bottom: 3.9rem;
}

.tho-image-gallery .section-content p{
	text-align:center;
}

.tho-image-gallery img{
	max-width: 20%;
	height: auto;
	padding: 0 2%;
}

@media (max-width: 678px){
	.tho-image-gallery img{
	max-width: 95%;
	width: 55%!important;
	height: auto;
	padding: 0 3%;
	padding-bottom: 54px;
}
}