.photo-gallery-box {

	width: 100%;

}

.photo-gallery-preview {

	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	width: 100%;

}

.photo-gallery-single-photo {

	width: 50%;

}

#photo-gallery-box-view {

	position: fixed;
	top: 50%;
	left: 50%;
	display: none;

}

.galleryOverlay {

	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: none;

}

.darkOverlayShow {

	display: block;

}

.readmore {

	font-size: 16px !important; 
	font-weight: bolder;

}