
.PostShow{
	width: 100%;
	padding-bottom: 1%;
	position: relative;
}
.PostShow .anim{  
	width: 25%;
    padding: 10px;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
	}

.PostShow .anim h4 a{
	
	width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: -100%;
    text-align: left;
    padding: 0 5%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	
}

.PostShow .anim h4 .title{
	
	bottom: 20px;
    text-align: center;
	
}

.post-img {
	
	overflow: hidden;
    border-radius: 10px;
}

.anim img {
    display: block;
    width: 100%;
}



.mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
}

.mask .videosiconplay {
    width: 55px;
    height: 55px;
    background: url(../picture/play-button.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    pointer-events: auto;
}






@media (max-width: 960px) {
    .PostShow .anim {
        width: 50%;
    }
}

@media (max-width: 480px) {
  .PostShow .anim {
        width: 100%;
    }
}
