  .quick-stats-bg .left-half {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
}

.quick-stats-bg .right-half {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
}

.quick-stats-bg .left-half.image-bg-overlay:after {
    content: "";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002360+0,002360+50,002360+80,002360+100&0.75+0,0.85+50,0.9+80,1+100 */
    background: -moz-linear-gradient(left, rgba(0,35,96,0.75) 0%, rgba(0,35,96,0.85) 50%, rgba(0,35,96,0.9) 80%, rgba(0,35,96,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,35,96,0.75) 0%,rgba(0,35,96,0.85) 50%,rgba(0,35,96,0.9) 80%,rgba(0,35,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,35,96,0.75) 0%,rgba(0,35,96,0.85) 50%,rgba(0,35,96,0.9) 80%,rgba(0,35,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf002360', endColorstr='#002360',GradientType=1 ); /* IE6-9 */
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.quick-stats-bg .right-half.image-bg-overlay:after {
    content: "";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002360+0,002360+20,002360+50,002360+100&1+0,0.9+20,0.85+50,0.75+100 */
    background: -moz-linear-gradient(left, rgba(0,35,96,1) 0%, rgba(0,35,96,0.9) 20%, rgba(0,35,96,0.85) 50%, rgba(0,35,96,0.75) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,35,96,1) 0%,rgba(0,35,96,0.9) 20%,rgba(0,35,96,0.85) 50%,rgba(0,35,96,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,35,96,1) 0%,rgba(0,35,96,0.9) 20%,rgba(0,35,96,0.85) 50%,rgba(0,35,96,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002360', endColorstr='#bf002360',GradientType=1 ); /* IE6-9 */
    position: absolute;
    bottom: 0;
    float: right;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media (min-width: 768px) {
    .quick-stats-bg .left-half.image-bg-overlay:after {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002360+0,002360+50,002360+80,002360+100&0.6+0,0.85+50,0.9+80,1+100 */
        background: -moz-linear-gradient(left, rgba(0,35,96,0.6) 0%, rgba(0,35,96,0.85) 50%, rgba(0,35,96,0.9) 80%, rgba(0,35,96,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(0,35,96,0.6) 0%,rgba(0,35,96,0.85) 50%,rgba(0,35,96,0.9) 80%,rgba(0,35,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0,35,96,0.6) 0%,rgba(0,35,96,0.85) 50%,rgba(0,35,96,0.9) 80%,rgba(0,35,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99002360', endColorstr='#002360',GradientType=1 ); /* IE6-9 */
    }

    .quick-stats-bg .right-half.image-bg-overlay:after {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002360+0,002360+20,002360+50,002360+100&1+0,0.9+20,0.85+50,0.6+100 */
        background: -moz-linear-gradient(left, rgba(0,35,96,1) 0%, rgba(0,35,96,0.9) 20%, rgba(0,35,96,0.85) 50%, rgba(0,35,96,0.6) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(0,35,96,1) 0%,rgba(0,35,96,0.9) 20%,rgba(0,35,96,0.85) 50%,rgba(0,35,96,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(0,35,96,1) 0%,rgba(0,35,96,0.9) 20%,rgba(0,35,96,0.85) 50%,rgba(0,35,96,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002360', endColorstr='#99002360',GradientType=1 ); /* IE6-9 */
    }
}

.quick-stats-container {
    z-index: 2;
}

.stat-number {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 3em;
    line-height: 1.25;
}
    @media (min-width: 576px) {
        .stat-number {
            font-size: 3.5em;
        }
    }
    @media (min-width: 768px) {
        .stat-number {
            font-size: 4.5em;
        }
    }
    @media (min-width: 992px) {
        .stat-number {
            font-size: 4em;
        }
    }
    @media (min-width: 1200px) {
        .stat-number {
            font-size: 5em;
        }
    }

.stat-number.white {
  color: #FFFFFF !important;
}