#section-stats {
    background-color: #9E474B;
    color: #FFF;
    font-size: 200%
}

#section-stats .stat {
    height: 200px;
}

#section-content-1 {
    height: 300px;
    background: url('../../assets/cork-xl.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

