#photofy {
	width: 78.5%;
	height: auto;
	position: relative;
	margin: 0px auto !important;
}
#photofy h4 {
	font-size: 22px;
	color: #ffffff;
}	
#photofy span {
	display: none !important;	
}
#photofy a {
	color: #ffffff;
}
#photofy a.photofy_overlay_close {
	font-size: 12px;
	color: #ffffff;
}
#photofy a.photofy_thumbnail {
	border: 1px solid #eee;
	display: block;
	float: left;
	text-decoration: none;
	width: 100px;
	height: 100px;
	margin: 0 -1px -1px 0;
}
#photofy a img {
	border: none;
}
.photofy_overlay {
    color: rgba(0, 0, 0, 1);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 98%;
	height: 400px !important;
}
.photofy_overlay_background {
	background-color: rgba(0,0,0,1) !important;	
}
.photofy_copyright_background {
    display: none !important;
}
.photofy_overlayImage {
    border: none !important;
}
.photofy_overlay_close {
	color: white !important;	
}

@media only screen and (max-width: 768px) {
	.photofy_overlay {
		height: 180px !important;
	}
}