#album .bList{margin: 0;overflow: hidden;}
#album .bList >div{
    float: left;
    width: calc(100%/3);
}
#album .bList .mofd{margin: 20px;}
#album .bList .mofd .photo{background-repeat:no-repeat;background-position:50% 50%;background-size:cover;position: relative;border-radius: 15px;animation: antDeckLogo 20s linear infinite;overflow: hidden;transition: all linear 0.3s;}
#album .bList .mofd:hover .photo{border-radius:50%;}
#album .bList .mofd .photo > a::after{content:'';position:absolute;width: 100%;height: 100%;background: #262626;top: 0;left: 0;opacity: .5;}
#album .bList .mofd .photo:hover > a::after{height: 100%;}
#album .bList .mofd .photo a img{width:100%}
#album .bList .mofd h3{
    transition: ease .3s;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#album .bList .mofd h3 a{color: #fff;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
#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;
}
/* bookBox */
#bookBox .wall {position: relative;overflow: hidden;display: flex;flex-wrap: wrap;}
#bookBox .wall >div{width: calc((100%/3) - 30px);margin: 15px;height: 250px;overflow: hidden;}
#bookBox .wall >div img{width:100%;height:100%;object-fit: cover;}
#bookBox .wall-column { position: relative; float: left; width: 50%; display: block; box-sizing: border-box; }
#bookBox .wall-column .article {position: relative;margin: 25px 15px;}
#bookBox .wall-column .album_box {}
#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: 1024px) {
    #album .bList >div{width:50%;}
}

@media screen and (max-width: 768px) {
#bookBox .wall >div{width: calc(50% - 30px);}
}
@media screen and (max-width: 640px) {
#album .bList >div{
    width: calc(100% / 2);
}
#album .bList .mofd{    margin: 0 10px 50px 10px;}
#album .bList .mofd h3 a{font-size: 18px;}
#bookBox .wall-column { width: 100%; }
}


@media screen and (max-width: 480px) {
#bookBox .wall >div{width: calc(100% - 30px);}
#album .bList >div{
    width: 100%;
}
#album .bList .mofd{    margin: 0 6px 20px 6px;}
#album .bList .mofd h3{    margin-top: 5px;    font-size: 16px;}
}