#player {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 998;
}

#reloj-contenedor {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  color: white;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  text-align: right;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  line-height: 1;
}

#hora {
  font-size: 1.5em;
  font-weight: 200;
}

#fecha {
  font-size: 1.5em;
  font-weight: 200;
}

