.media {
  position: absolute;
  background-image: url("../images/desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 575.98px) {
  .media {
    background-image: url("../images/mobile.jpg");
  }
}

/*# sourceMappingURL=main.css.map */
