.masonry_container
{
    margin: 10px 0px !important;
}
.wis-item{
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

.wis-img:hover .wis-masonry-neg{
    opacity: 0.5;
}

.post-date
{
    display: none;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 14px;
}
.post-date p
{
    color: white !important;
}
.post-date span.fa {
    color: white;
}

.wis-img_description
{
    font-size: 12px;
}
.wis-img:hover .post-date{
    position: absolute;
    display: block !important;
    opacity: 1 !important;
    color: white;
    bottom: 10px;
}
.wis-img:hover .wis-img_description{
    display: none;
}
.wis-img:hover .wis-pic_icon{
    display: none;
}

.wis-img{
    position:relative;
}

.wis-img .wis-masonry-neg{
    opacity: 0;
    position:relative;
}

.wis-pic{
    position:absolute;
}
.wis-pic_icon{
    position:absolute;
    margin-top: 10px;
    right: 10px;
    z-index: 2;
}
.wis-masonry-a
{
    text-decoration: none !important;
}
