.video-js {
  height: 100%;
  width: 100%;
}

.outer {
  position: relative;
}

.inner {
  left: 12%;
  top: 85%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 18%;
  width: 20%;
}

/* CSS */
.button-54 {
  letter-spacing: 2px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: -4px 4px 0px 0px rgb(72, 62, 140);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-54:hover {
  scale: 103%;
}

@media (min-width: 768px) {
  .button-54 {
    padding: 0.25em 0.75em;
  }
}

.vjs-menu li {
  text-transform:capitalize;
}


