@media only screen and (max-width: 768px) {
    /* For mobile phones: */
body {
    background-image: url("Placa-Paula-Mobile.jpg")!important;
}
}