
.layer-photos-demo{
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}

.ent_photo_img{
    width: 100%;
    border: 0;
    float: left;
    height: 240px;
    -webkit-filter: blur(0px); /* Chrome, Opera */
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: scaleY(1) scaleX(1);
    -moz-transform: scaleY(1) scaleX(1);
    -o-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.ent_photo_item{
    position: relative;
    width: 24.5%;
    float: left;
    border: 1px white solid;
    overflow: hidden;
}

#morePhotos{
    height: 240px;
    line-height: 240px;
    background-color: rgba(8, 8, 8, 0.54);
    color: rgb(59,222,216);
    font-size: 24px;
    cursor: pointer;
    -moz-transition: background-color 0.3s ease 0s,color 0.5s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s,color 0.5s ease 0s;
    -o-transition: background-color 0.3s ease 0s,color 0.5s ease 0s;
}

#morePhotos:hover{
    background-color: #243e3f;
    color: #5fcee0;
}

.ent_photo_item:hover .ent_photo_img{
    -webkit-transform: scaleY(1.3) scaleX(1.3);
    -moz-transform: scaleY(1.3) scaleX(1.3);
    -o-transform: scaleY(1.3) scaleX(1.3);
    -ms-transform: scaleY(1.3) scaleX(1.3);
    transform: scaleY(1.3) scaleX(1.3);
    filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */

    -webkit-filter: blur(1px); /* Chrome, Opera */
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);

    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
}

.ent_photo_zhezhao:hover{
    background-color: rgba(0, 0, 0, 0.55);
    color: whitesmoke;
}

.ent_photo_zhezhao{
    position: absolute;
    width: 100%;
    height: 240px;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.11);
    z-index: 9;
    color: rgba(255, 255, 255, 0);
    line-height: 240px;
    cursor: pointer;
    -moz-transition: background-color 0.3s ease 0s,color 0.5s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s,color 0.5s ease 0s;
    -o-transition: background-color 0.3s ease 0s,color 0.5s ease 0s;
}