.registration-conatiner {
  background: url("../images/view3mobile/header.jpg") no-repeat center center;
  background-size: cover;
}

@media (min-width: 750px) {
  .registration-conatiner {
    background: url("../images/view3dt/header.jpg") no-repeat center center;
    background-size: cover;
  }
}
@media (min-width: 1400px) {
  .registration-conatiner {
    background: url("../images/view3dt/header.jpg") no-repeat 30% 15%;
    background-size: cover;
  }
}

/*# sourceMappingURL=preload-images.css.map */
