#album{
	overflow:hidden;
	position:relative;
	z-index:2;
}
#album .photoItem{
	float:left;
	width: 49%;
	margin:0 0.5% 30px;
}
#album .photoItem .photo{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: cover;
	transition:all ease-in-out 0.3s;
}
#album .photoItem .photo a{
	display:block;
	transition:all ease-in-out 0.3s;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
#album .photoItem .photo a img{
	width:100%;
}
#album .photoItem h3{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin:15px 0;
}
#album .photoItem h3 a{
	color:#6e6e6e;
	
}
#album .photoItem h3 a i{
	margin-right:5px;
}
#album .photoItem .photo a:hover{
    background-color: rgba(0, 0, 0, 0.39);
}
#album-info{
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#album-info::after {
	content: '';
	flex-grow: 999999999;
	-moz-flex-grow: 999999999;
	-ms-flex-grow: 999999999;
	-o-flex-grow: 999999999;
	-webkit-flex-grow: 999999999;
	min-width: 200px;
	height: 0;
}

article{
	font-size:16px;
	margin:0 0 30px;
}

/* bookBox */
#bookBox .wall { position: relative; overflow: hidden; display: block; }
#bookBox .wall-column { position: relative; float: left; width: 50%; display: block; box-sizing: border-box; }
#bookBox .wall-column .article {position: relative;margin: 15px 8px;}
#bookBox .wall-column .album_box {/* box-shadow: 0 0 10px #c0c0c0; */}
#bookBox .wall-column .article a { display: block; }
#bookBox .wall-column .article h3 { position: absolute; width: 100%; bottom: 0; left: 0; }
#bookBox .wall-column .article h3 a { margin: 10px; padding: 10px; background: rgba(255, 255, 255, .7); text-align: center; font-size: 18px; color: #444; }

/* album-info */
#bookBox .wall-column { width: calc(100% / 3); }
#bookBox .wall-column .album_box img { width: 100%; }



@media screen and (max-width: 1280px) {
	#bookBox .wall-column { width: 50%; }
}


@media screen and (max-width:768px) {
	#album .photoItem{
		width:49%;
		margin:0 0.5% 30px;
	}
}
@media screen and (max-width: 640px) {
	#bookBox .wall-column { width: 100%; }
}
@media screen and (max-width:480px) {
	#album .photoItem{
		width:48%;
		margin:0 1% 30px;
	}
}
