#hero {
    background: url("../img/optimisation-back-desktop.jpg");
    padding-bottom: 50px;
    background-size: cover;
}

#solution-breakdown {
    background: rgb(239,118,223);
    background: -webkit-linear-gradient(61deg, rgba(239,118,223,1) 0%, rgba(245,158,128,1) 100%);
    background: -o-linear-gradient(61deg, rgba(239,118,223,1) 0%, rgba(245,158,128,1) 100%);
    background: linear-gradient(151deg, rgba(239,118,223,1) 0%, rgba(245,158,128,1) 100%);
}

#solution-breakdown .breakdown-wrapper .breakdown-item .conversion-img {
    background: url('../img/solutions-optimisation-1.jpg');
    background-size: cover;
    background-position: center;
}

#solution-breakdown .breakdown-wrapper .breakdown-item .performance-img {
    background: url('../img/solutions-optimisation-2.jpg');
    background-size: cover;
    background-position: center;
}

#solution-breakdown .breakdown-wrapper .breakdown-item .seo-img {
    background: url('../img/solutions-optimisation-3.jpg');
    background-size: cover;
    background-position: center;
}

#solution-breakdown .breakdown-wrapper .breakdown-item .competitor-img {
    background: url('../img/solutions-optimisation-4.jpg');
    background-size: cover;
    background-position: center;
}

#solution-breakdown .breakdown-wrapper .breakdown-item .analytics-img {
    background: url('../img/solutions-optimisation-5.jpg');
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 768px) {
    #hero {
        background: url("../img/optimisation-back.jpg");
        background-size: cover;
    }
}