.last{
    margin-top: 58px;
}

@media all and (max-width: 767px) {
    .hover-tile .hover-state {
        opacity: 1;
    }

    .hover-tile .hover-state * {
        transform: translate3d(0, 0px, 0) scale(1) !important;
        -webkit-transform: translate3d(0, 0px, 0) scale(1) !important;
    }

    .hover-tile img {
        opacity: .5;
    }
}

@media all and (max-width: 840px) {
    .large-center{
        margin:58px auto;
    }

    .large-right-side{
        margin-top: 58px;
    }

    .large-left-side{
        margin-bottom: 58px;
    }
}

