/*===========================================
 * Common
 *===========================================*/
.container {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:center;
	justify-content: center;
}
a.gallery {
	margin:5px;
	padding:5px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}
a.gallery:hover {
	transition:all .3s;
	transform:scale(1.1);
}
a.gallery img {
	height:100px;
}

#inline,
.inline {
	padding:15px;
	text-align:left;
}

@media only screen and (max-width: 1024px) {
}
