body {
    background-image: url("../images/alebrije_home.png");
    background-repeat: no-repeat;
    background-position: top left;
}
@media all AND (max-width:601px) {
    body { background-size: 40%; }
}