body {
	width: 100%;
	min-width: 280px;
	height: auto;
	margin: 0px;
    font-family: 'Roboto', sans-serif;
	cursor: default;
	background-color: #2b2b2b;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
body a {
	outline: 0;
}
.gallery-content-bg {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 60px;
}
.gallery-content {
	width: 88%;
	height: auto;
	margin: auto;
	font-size: 0px;
	text-align: center;
	white-space: nowrap;
	display: block;
}
.gallery-left, .gallery-center, .gallery-right {
	width: 28%;
	height: auto !important;
	padding: 2%;
	display: inline-block;
}
.gallery-left:hover, .gallery-center:hover, .gallery-right:hover {
    box-shadow: inset 0 0 0 5px #e6e6e6;
}
.gallery-content img {
	width: 98%;
	height: auto;
	box-shadow: 0px 5px 10px -4px #000000;
	-webkit-box-shadow: 0px 5px 10px -4px #000000;
}