/* JUSTIFIED GALLERY */
.justified-gallery {
	width: 100%;
	position: relative;
	overflow: hidden
}
.justified-gallery > a,
.justified-gallery > div {
	position: absolute;
	display: inline-block;
	overflow: hidden;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	border: 0
}
.justified-gallery-container {
	margin: 0 -20px;
}
.container .row .justified-gallery-container {
	margin: 0;
}
.justified-gallery-container .caption {
	display: none !important;
}
.justified-gallery-container .jg-entry .media-body {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	color: #FFF;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.justified-gallery-container .jg-entry:hover .media-body {
	opacity: 1;
}
.justified-gallery-container .jg-entry .media-body .justified-gallery-content {
	padding: 20px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}