.col-md-4 {
    width: 100%;
    text-align: center;
}
.logo {
    margin: 0;
    text-align: center;
    transition: all 0.2s ease 0s;
}
.row {
    margin-left: 75px;
    margin-right: 75px;
}
.quest-gallery.four-col {
    margin: 20px 100px;
}
.quest-gallery .quest-gallery-thumb .overlay {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease-in-out 0s;
    width: 100%;
}
.quest-gallery .quest-gallery-thumb .overlay .image-title {
    color: #fff;
    font-size: 1.2em;
    left: 0;
    letter-spacing: 0.75px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
}* Enter Your Custom CSS Here */