#talk img {
    background: url(../img/contact.jpg) no-repeat;
    background-size: contain;
    height: 600px;
    width: 100%;
}
@media (max-width: 1200px) {
    .shane_tm_hero {
        height: 60vh;
    }
    .shane_tm_hero .background {
        display: none;
    }
    .shane_tm_about, .shane_tm_talk {
        padding: 50px 0px;
    }
}
@media (max-width: 768px) {
    #talk img {
        background: url(../img/contact.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .container {
        padding: 10px;
    }
    .shane_tm_hero {
        height: 40vh;
    }
    .shane_tm_about {
        padding: 50px 0px;
    }
}

.text-center {
    text-align: center;
}
.text-center h4 {
    margin-top: 20px;
    height: 60px;
}
.text-center span {
    height: 30px;
    line-height: 15px;
}

.gallery_zoom li {
    height: 350px;
}

@media (max-width: 1200px) {
    .shane_tm_portfolio .portfolio_list .inner img {
        align-content: center;
        text-align: center;
        margin: 0 20%;
        max-width: 40%;
    }
    .text-center h4 {
        margin-top: 20px;
        height: 60px;
    }
    .text-center span {
        height: 20px;
        line-height: 15px;
    }
}