#t4-hero .bg-overlay:before {
    content: "";
    position: absolute;
    background: none;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
}

#t4-footnav .logo {
    display: none;
}