@charset "UTF-8";

.bkgd { 
  background: url("../img/bkgd/8718-mi-jalisco-1.jpg")no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* MOBILE */
@media only screen and (min-width: 0px) and (max-width: 600px) {
.bkgd { 
  background: url("../img/bkgd/7553-map-mobile-bkgd.jpg");
background-attachment: scroll;
background-size: auto;

}
}

/* TABLET */
@media only screen and (min-width: 0px) and (max-width: 600px) { 
.bkgd { 
  background: url("../img/bkgd/7553-map-tablet-bkgd.jpg"); 
background-attachment: scroll;
background-size: auto;

}




}