@media only screen and (min-width: 576px) {
    #services {
        background: url("../img/Background art.png") no-repeat center top;
        background-size: 100% 100%;
    }
}

@media only screen and (min-width: 1400px) {
    #services {
        background-size: cover;
    }
}
