#album li { margin-right: -4px; width: calc(100% / 4); display: inline-block; vertical-align: top; }
#album li .mofd { position:relative; }
#album li .photo { background: no-repeat 50% / auto 100%; }
#album li .photo a { display: block; }
#album li .photo a img { width: 100%; }
#album li h3 { position: absolute; padding: 10px; width: calc(100% - 20px); left: 0; bottom: 0; }
#album li h3 a { padding: 5px 13px 5px 5px; background: #3b849a; border-radius: 25px; display: inline-block; font-weight: 400; font-size: 15px; color: #f5f5f5; }
#album li h3 a i { margin-right: 5px; width: 25px; height: 25px; background: #225c6d; border-radius: 50%; line-height: 25px; text-align: center; font-size: 15px; }
#album li { transition: all cubic-bezier(0.42, 0, 0, .97) .3s; -moz-transition: all cubic-bezier(0.42, 0, 0, .97) .3s; -ms-transition: all cubic-bezier(0.42, 0, 0, .97) .3s; -o-transition: all cubic-bezier(0.42, 0, 0, .97) .3s; -webkit-transition: all cubic-bezier(0.42, 0, 0, .97) .3s; }

/* 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; }
#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 (min-width: 1025px) {
	#album li:hover .mofd#album li .photo a { transition: all cubic-bezier(0.42, 0, 0, .97) .3s; -moz-transition: all cubic-bezier(0.42, 0, 0, .97) .3s; -ms-transition: all cubic-bezier(0.42, 0, 0, .97) .3s; -o-transition: all cubic-bezier(0.42, 0, 0, .97) .3s; -webkit-transition: all cubic-bezier(0.42, 0, 0, .97) .3s; }
	#album li:hover .mofd { transform: translateY(-10px); }
	#album li .photo a { background: rgba(121, 147, 148, .38); }
	#album li:hover .photo a { background: rgba(52, 53, 61, 0); }
}
@media screen and (max-width: 1366px) {
	#album li{ width: calc(100% / 3); }
}
@media screen and (max-width: 1280px) {
	#album li { width: calc(100% / 2); }
}
@media screen and (max-width: 640px) {
	#bookBox .wall-column { width: 100%; }
}