.container-fluid {
    overflow: hidden;
}

.container-fluid .row:before {
    content: '';
    background-image: url(../images/bg-venturecode.jpg);
    background-position: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
}

.bg-fade {
    background-color: rgba(251, 157, 184, 0.8);;
}