#content .content.photoAlbumSplash {
	background-color: #e4e4e4;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 487px;
	overflow: scroll;
}
#content .photoAlbumSplash .obj {
	background-color: #FFFFFF;
	margin-bottom: 7px;
	margin-right: 7px;
	width: 31%;
	overflow: hidden;
}
#content .photoAlbumSplash .contentTitle {
	font-size: 24px;
	width: 100%;
	position: relative;
	bottom: 6px;
	text-align: center;
}
#content .photoAlbumSplash .obj .photoPreview .previewImg {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	width: 87%;
}
#content .photoAlbumSplash .obj .photoPreview .textLink {
	color: #9c9c9c;
	font-size: 20px;
	font-family: exo_2regular, arial;
}





#content .photoAlbumSplash .obj .photoPreview {
	text-align: center;
}

@media (max-width: 768px) {
 #content .photoAlbumSplash .obj {
	width: 48%;
 } 
 #closingText {
	margin-left: 15px;
	margin-right: 15px;
 }
}/*@media*/

@media (max-width: 460px) {
 #content .photoAlbumSplash .obj {
	width: 100%;
 }
}/*@media*/
