html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #2e1957;
  font-family: "Helvetica Neue";
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  color: inherit;
}

.content {
  position: relative;
  margin: auto;
  width: 420px;
  max-width: 100%;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .content {
    width: 720px;
  }
}

.roulette-icon {
  filter: drop-shadow(2px 3px 0px #43087d);
  border-radius: 8px;
}

.herovideo {
  margin-top: 8px;
  object-fit: contain;
  height: calc(100% - 120px);
  max-width: 100%;
  object-fit: contain;
}

.wr__footer {
  margin: 30px auto;
  padding: 0 20px;
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.wr__footer-item {
  cursor: default;
  font-size: 17px;

  user-select: none;
  -webkit-user-select: none;
}

.wr__footer-item-label {
  display: inline-block;
  position: relative;
}

.wr__footer-item-label::after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 2px;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.wr__footer-item-label:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.bgvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
