body, html, div, section {
  margin: 0;
  padding: 0;
}

#vans-404-content__wrapper {
  position: relative;
}

#vans-404-video_column_center {
  object-fit: cover;
  width: 100%;
  min-height: 500px;
  display: block;
}

#vans-404-video-viewport {
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.vans-404-text__wrapper {
  color: #fff;
  z-index: 999;
  background: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  position: absolute;
  transform: translateY(0);
}

.vans-404-h1 {
  letter-spacing: .07rem;
  margin: 0;
  font-family: franklin-gothic-ext-comp-urw, sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
}

.vans-404-p {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
}

.vans-404-button {
  letter-spacing: .1em;
  color: #fff;
  background: #c9212c;
  border: 3px solid #0000;
  outline: none;
  width: 150px;
  height: 50px;
  margin: 0;
  padding: 0;
  font-family: franklin-gothic-urw-comp, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  transition: all 1s ease-in-out;
}

.vans-404-button:hover {
  border: 3px solid #fff;
}

.font-franklin-gothic-bk {
  letter-spacing: 0;
  word-spacing: 2px;
  font-family: franklin-gothic-book, Arial Narrow Bold, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.vans-404-video {
  width: 56.25vw;
  height: 100%;
  position: relative;
}

@media (width <= 760px) {
  .vans-404-video {
    visibility: visible;
    width: 100%;
    height: 177.778vh;
    min-height: 100vh;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
