body, html, h1, h2, h3, h4, h5, h6, div, p, span, b, strong, a, img {
  margin: 0;
  padding: 0;
  color: #333;
  box-sizing: border-box;
}

body, html {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

img, svg {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
}

.absolute {
  position: absolute;
  z-index: 2;
}

.relative {
  position: relative;
}

img {
  width: 100%;
}

.none {
  display: none;
}

video {
  display: block;
}

/*# sourceMappingURL=reset.css.map */
