html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  background: url("../images/servibox-home-new.png") no-repeat top center;
  background-size: cover;
  /* background-size: 120% auto; */
  min-height: 100vh;
  max-height: 100vh;
  height: 100vh;
  overflow: hidden;
}

.container {
  margin-top: 45vh;
}

a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2em;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {

  html,
  body {
    height: 100%;
    overflow: hidden;
  }

  body {
    background-size: 200% 100%;
    background-position: center center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .container {
    margin-top: 35vh;
  }

  a {
    font-size: 1em;
  }
}

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