



.albumct {
    margin-top: 80px;
}
.albumctu{
	width: 32.333333%;
	margin-right: 0.5%;
	margin-bottom: 3%;
	overflow: hidden;
	float: left;
	text-align: center;
	position: relative;
} 
.albumctbox .albumctu .albumcta{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.albumctbox .albumctu .albumctimg {
   width: 100%;
   overflow: hidden;
}
.albumctbox .albumctu .albumcttitle{
 position: absolute;
 top: 63px;
}
.albumctbox .albumctu .albumcttxt{
 position: absolute;
 top: 123px;
 width: 80%;
}
.albumctbox .albumctu:nth-child(3n) {
    margin-right: 0;
}

.albumctbox .albumctu .albumcta .albumcttitle h2{
	color: #fff; 
	font-size: 1.2rem;
}
.albumctbox .albumctu .albumcta .albumcttxt p{
	color: #fff; 
	font-size: 0.8rem;
}
.albumctbox .albumctu .albumcta .albumctmore{
	 opacity: 0;
    position: absolute;
	bottom: 0px;
  transition: all .1s;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  -ms-transition: all .1s;
  -o-transition: all .1s;
}
.albumctbox .albumctu .albumcta:hover .albumctmore {		
		 opacity: 1;
		 position: absolute;
		 bottom: 40px;
		 width: 152px;
	     height: 45px;
	     background-color: #df002c;
	     line-height: 45px;
	     text-align: center;
	     color: #fff;
		 transition: all .3s;
		 -webkit-transition: all .3s;
		 -moz-transition: all .3s;
		 -ms-transition: all .3s;
		 -o-transition: all .3s;
 }

@media screen and (max-width:992px) {
    .albumct {
        margin-top: 30px;
    }
    .albumctbox .albumcta {
        width: 32%;
        margin-right: 2%;
    }
    .albumctbox .albumcta:nth-child(4n) {
        margin-right: 2%;
    }
    .albumctbox .albumcta:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width:768px) {
    .albumctbox .albumcta {
        width: 49%;
        margin-right: 2%;
    }
    .albumctbox .albumcta:nth-child(3n) {
        margin-right: 2%;
    }
    .albumctbox .albumcta:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width:768px){
.albumctu{width: 100%;}
.albumctmore{display: none;}

}