@charset "UTF-8";
/* CSS Document */

.work-photo-inner {
    position: absolute;
    bottom:-100px;
    left: 0px;
    right: 0px;
    padding: 18px;
    color: #ffffff;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all .3s ease;
}

.work-photo:hover .work-photo-inner{
    bottom: 20px;
}
.grid-item {
    width: 32.5%;
    padding-bottom: 15px;
}

.grid-item img {
    width: 100%;
    height: auto;
}



@media only screen and (max-width: 959px) {
    .grid-item {
        width: 100%;
        padding-bottom: 15px;
    }
}

