body {
  font-size: 17.5px;
  margin: 34px 31px;
  letter-spacing: -0.1px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

/* #modules-button, */
a,
a:visited {
  text-decoration: none;
  color: black;
  border-bottom: 1px solid black;
  line-height: 0.85;
  display: inline-block;
  font-size: 17.5px !important;
}

#header {
  margin-top: 32px;
}

#content {
  width: 475px;
  max-width: calc(100% - 60px);
  margin-top: 40px;
  margin-left: 30px;
}

#controls {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
}

#controls.hideCursor {
  cursor: none;
}

#playButton {
  --size: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--size);
  height: var(--size);
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

#playButton:after {
  --side-size: 20px;
  border-bottom: var(--side-size) solid transparent;
  border-right: var(--side-size) solid transparent;
  border-left: calc(2 * var(--side-size) * 0.866) solid rgb(122, 122, 122);
  border-top: var(--side-size) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-23%, -50%);
}

#videos {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 56.25vw;
  max-width: 177.77vh;
  background-color: black;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

video {
  width: 100%;
  height: 100%;
  display: none;
}

@media only screen and (max-width: 768px) {
  #content {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .no-mobile {
    display: none;
  }
}
