* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'depot-new-web', Helvetica,Arial,sans-serif;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html {
  background: url(../images/background.jpg) no-repeat center center fixed;
  background-size: cover;
}
iframe {
  border: none;
  min-height: 100%;
}

@media (max-width: 480px) {
  .mobile-hidden {
    display: none;
  }
  html { 
    background: #0269a0; 
  }
}