#album { overflow: hidden; position: relative; margin: 50px 0 0; z-index: 2; }
#album .photoItem { margin: 0 0.5% 30px; float: left; width: 32%; }
#album .photoItem .photo { background: no-repeat 50% / 100%; transition: all ease-in-out 0.3s; }
#album .photoItem .photo a { width: 100%; height: 100%; background: no-repeat 50%; display: block; transition: all ease-in-out 0.3s; }
#album .photoItem h3 { overflow: hidden; margin: 15px 0; text-align: center; white-space: nowrap; text-overflow: ellipsis; }
#album .photoItem h3 a { color: #6e6e6e; }
#album .photoItem .photo a:hover { background-color: rgba(0, 0, 0, .39); background-image: url(/images/07/index-room-hover.png); }

article { margin: 0 0 30px; font-size: 16px; }

/* bookBox */
#bookBox .wall { overflow: hidden; position: relative; 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; }
#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 { margin: 0 0.5% 30px; width: 49%; }
}
@media screen and (max-width:640px) {
	#bookBox .wall-column { width: 100%; }
}
@media screen and (max-width:480px) {
	#album .photoItem { margin: 0 1% 30px; width: 48%; }
}