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