#album{
	overflow:hidden;
	position:relative;
	z-index:2;
}
#album .photoItem{
	float:left;
	width:32%;
	margin:0 0.5% 30px;
}
#album .photoItem .photo{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:100%;
	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;
}
.album_box {
	position: relative;
	height: 350px;
	flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	-o-flex-grow: 1;
	-webkit-flex-grow: 1;
	background-color: #fff;
	transition:all ease-in-out 0.3s;
}
.album_box img{
	max-width: 100%;
	min-width: 100%;
	height: 350px;
	object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	-webkit-object-fit: cover;
	vertical-align: bottom;
}
.album_box ,
.album_box img{
	height:100%;
	width: 100%;
	padding-bottom: 40px;
}
.divOver #album-info .album_box{
	opacity:0.5 !important;
	transition:all ease-in-out 0.1s;
	-moz-transition:all ease-in-out 0.1s;
	-ms-transition:all ease-in-out 0.1s;
	-o-transition:all ease-in-out 0.1s;
	-webkit-transition:all ease-in-out 0.1s;
}
.divOver #album-info .album_box:hover{
	opacity:1 !important;
}
#bookmodelwidth{
	width: 80%;
	margin: 0 auto;
}
.backto{
	width: 100%;
	text-align: center;
	
	font-size: 22px;

}
.backto a{
	color: #b09467;
}

article{
	font-size:16px;
	margin:0 0 30px;
}
#bookList{
    position: relative;
    width: 100%;
    display: inline-block;
}
#bookList ul li{
    width: 30%;
    display: inline-block;
    padding-bottom: 20px;
    transition: all ease-in-out .3s;
    margin: 0 1%;
}
#bookList ul li a.photo{
}
#bookList ul li h3.repo{
    width: 100%;
    background-color:black;
    display: block;
    position: relative;
    transition: all ease-in-out .3s;
}
#bookList ul li h3.repo a{
	text-align:center;
	color:white;
	position: absolute;
	/* padding: 20px 30px 30px; */
	height: 0;
	width: calc(100%);
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 63%,rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 63%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,rgb(51 51 51 / 0%) 0%,rgb(54 54 54 / 28%) 63%,rgb(0 0 0 / 22%) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#a6000000',GradientType=0 );
	top: 31%;
	transition: all ease-in-out .3s;
}
#bookList li h3.repo a.text-clamp span{
    top: 50%;
    text-align:center;
    margin: 0 auto;
    width: 100%;
    left: 0;
}
#bookList li h3.repo a.text-clamp2 span{
    top: 50%;
    text-align:center;
    margin: 0 auto;
    width: 100%;
    left: 0;
}
#bookList li h3.repo a.text-clamp3 span{
    top: 20px;
    text-align:center;
    margin: 0 auto;
    width: 100%;
    left: 0px;
    opacity: 0;
}
#bookList li:hover>h3.repo a {
        margin-top: -100%;
        padding-bottom: 100%;
        top: 0;
        height: 100%;
 }
   #bookList li:hover>h3.repo a.text-clamp2{
    text-align:center;
    width: 100%;
}
 #bookList li:hover>h3.repo a.text-clamp span{

    top: 47%;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    left: 0;
    z-index: 9;
    font-size: 20px;
}
  #bookList li:hover>h3.repo a.text-clamp2 span{
    top: 54%;
    text-align:center;
    margin: 0 auto;
    width: 100%;
    left: 0;
    font-size: 18px;
}
 #bookList li:hover>h3.repo a.text-clamp3 span{
    top: 60%;
    text-align:center;
    margin: 0 auto;
    width: 100%;
    left: 0;
    opacity: 1;
}
 #bookList li:hover>h3.repo a span{
 	position: absolute;
 }
  #bookList li a span{
 	position: absolute;
 	top: 50%;
 	left: calc(50% - 28px);
 }
@media screen and (max-width: 1440px) {
	.album_box ,
	.album_box img{
		/* height:230px; */
	}
}

@media screen and (max-width: 1180px) {

	header #mobile-menu ul{
        height: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    header #mobile-menu ul li{
        width: 100%;
    }
    header #mobile-menu ul li::before{
        border: none;
    }
    header #mobile-menu >ul >li.fbIcon{
        width: 27%;
    }
    header #mobile-menu >ul >li.LineIcon{
        width: 50%;
    }

}
@media screen and (max-width: 980px) {
	.album_box ,
	.album_box img{
		height:180px;
	}
}

@media screen and (max-width:768px) {
	#album .photoItem{
		width:49%;
		margin:0 0.5% 30px;
	}
}

@media screen and (max-width:640px) {
    #bookList{overflow: hidden;margin: 0 auto;}
    #bookList ul{overflow:hidden;}
 #bookList ul li{width: 90%;margin-left: 5%;}
      #bookList li h3.repo2 a.text-clamp span{
    top: 50%;
    text-align:center;
    margin: 0 auto;
    width: 100%;
    left: 0;
    z-index: 9;
}
  #bookList li h3.repo2 a.text-clamp2 span{
    top: 55%;
    text-align:center;
    margin: 0 auto;
    width: 100%;
    left: 0;
}
 #bookList li h3.repo a.text-clamp3 span{
    
text-align:center;
    
margin: 0 auto;
    
width: 100%;
    
left: 0;
    
opacity:1;
}
}
@media screen and (max-width:500px) {
#bookList li h3.repo a.text-clamp{
	overflow:unset;
}
	#bookList ul li h3.repo{
    height: 100px;
	top: -100px;
    background-color: #3c3c3c47;
}
      #bookList li h3.repo a.text-clamp span{
   top: -20px;
   text-align: center;
   margin: 0 auto;
   width: 100%;
   left: 0;
}
  #bookList li h3.repo a.text-clamp2 span{
    top: 5px;
    text-align:center;
    margin: 0 auto;
    width: 100%;
    left: 0;
}
 #bookList li h3.repo a.text-clamp3 span{
    top: 25px;
    text-align:center;
    margin: 0 auto;
    width: 100%;
}
@media screen and (max-width:480px) {
	#album .photoItem{
		width:48%;
		margin:0 1% 30px;
	}
	header #mobile-menu{
        top: 70px;
    }
}
