/* ----------------------------------- photography-post-type ----------------------------------- */
.title-photography {
	text-align: center;
	font-weight: 900;
	font-size: 60px;
	margin: 20px;
	text-align:center;
}

.photography-boxes {
    position: relative;
	margin: 0 auto;
    width: 100%;
	height: 100%;
    text-align: center;
	display: inline-block;
	clear: both;
	float: none;
	overflow: hidden;
}
	
.photography {
    overflow: hidden;
	width: 31%;
	height: auto;
	vertical-align: top;
	color: #333333;
	word-wrap: break-word;
    display: inline-block;	
}

.photography .sp_height img {
	width: 100%;
	height: 300px;
}

.photography-mask {
	display: none;
}

.photography:hover .photography-mask {
	display: inline-block !important;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color:rgba(0,0,0,0.3);	
}

.photography h4 {
	padding: 10px 0 10px 0;
	font-weight: 900;
	font-size: 25px;
	color: #555555;
	margin: 0;
}

.photography-shortcode img {
	width: 100%;
	padding: 20px;	
	margin: 0 auto;

}



.photography-shortcode {
	margin-left: auto;
	margin-right: auto;
	text-align:	center;
	width: 100%;
	display: inline-block;
}

.photography-shortcode .photography {
	width: 200px;
	min-height: auto;
	text-align: center;
	display: inline-block;
}

@media screen and (max-width: 66.5em) { 
	.title-photography {
		font-size: 4vw;
	}
}