Image Hover Effects --> #portfolio-grid-modal .grid {
    padding: 0
}

.owl-item li {
    margin: 0 auto;
    display: block !important;
    float: none !important
}

#portfolio-grid, #portfolio-grid-modal, .portfolio-grid {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

    #portfolio-grid-modal:after, #portfolio-grid-modal:before, #portfolio-grid:after, #portfolio-grid:before, .portfolio-grid:after, .portfolio-grid:before {
        content: " ";
        display: table
    }

    #portfolio-grid-modal:after, #portfolio-grid:after, .portfolio-grid:after {
        clear: both
    }

Image Hover Effects --> .grid {
    padding: 20px 20px 100px 20px;
    max-width: 1300px;
    margin: 0 auto;
    list-style: none;
    text-align: center
}

.grid li {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    text-align: left;
    position: relative
}

.grid figure {
    margin: 0;
    position: relative
}

    .grid figure img {
        max-width: 100%;
        display: block;
        position: relative
    }

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    background: #82ac2a;
    color: #ed4e6e
}

    .grid figcaption h3 {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase
    }

    .grid figcaption p {
        color: #fff;
        font-size: 14px;
        font-weight: 400
    }

.grid-icon {
    padding-right: 8px
}

.grid figcaption span:before {
    content: 'by '
}

.grid figcaption a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background: #ed4e6e;
    color: #fff
}

.cs-style-3 figure {
    overflow: hidden
}

    .cs-style-3 figure img {
        -webkit-transition: -webkit-transform .4s;
        -moz-transition: -moz-transform .4s;
        transition: transform .4s;
        width: 100%
    }

    .cs-style-3 figure.cs-hover img, .no-touch .cs-style-3 figure:hover img {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

.cs-style-3 figcaption {
    height: 90px;
    width: 100%;
    top: 70px;
    bottom: 0;
    opacity: .7;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s,opacity .1s .3s;
    -moz-transition: -moz-transform .4s,opacity .1s .3s;
    transition: transform .4s,opacity .1s .3s
}

.cs-style-3 figure.cs-hover figcaption, .no-touch .cs-style-3 figure:hover figcaption {
    opacity: .8;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s,opacity .1s;
    -moz-transition: -moz-transform .4s,opacity .1s;
    transition: transform .4s,opacity .1s
}

.cs-style-3 figcaption a {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.cs-style-3 figure.cs-hover figcaption, .no-touch .cs-style-3 figure:hover figcaption {
    height: 100%
}

.ads-condolences .cs-style-3 figure.cs-hover figcaption, .ads-condolences .cs-style-3 figure:hover figcaption, .ads-suggestion .cs-style-3 figure.cs-hover figcaption, .ads-suggestion .cs-style-3 figure:hover figcaption {
    height: 60px
}

@media screen and (max-width:31.5em) {
    .grid {
        padding: 10px 10px 10px 10px
    }

        .grid li {
            width: 100%;
            min-width: 300px
        }
}
