.bg-overlay {
    background:  url("/img/help-bg.jpg");
    background-color: #2c8ecc;
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.remove {
    display:none;
}