.content {
    background: #f1f1f1;
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.gradient {
    background: linear-gradient(rgba(241, 241, 241, .2) 45%, rgba(241, 241, 241, 1) 90%);
    background: -webkit-linear-gradient(rgba(241, 241, 241, .2) 45%, rgba(241, 241, 241, 1) 90%);
    background: -moz-linear-gradient(rgba(241, 241, 241, 2.) 45%, rgba(241, 241, 241, 1) 90%);
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.background {
    background: url(../Images/background.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    min-width: 1120px;
    overflow: hidden;
    opacity: .25;
}