.temp-03-gallery-01 {
    padding: 100px 0px;
}

.temp-03-gallery-01 .card {
    height: 300px;
    background-size: cover !important;
    border: none;
    margin-top: 25px;
}

.temp-03-gallery-01 .card .view-image a {
    color: #fff;
    text-decoration: none;
    background: #232e35;
    padding: 15px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

.temp-03-gallery-01 .card:hover .view-image a {
    opacity: 1;
    -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}