.statistics {
    width: 100%;
    .statisticsImage {
        background-image: url('/images/landing/penguin.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}