.c1013 {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.c1013.c1013-visible {
  height: 100vh;
  width: 100vw;
  z-index: 50;
  --bg-opacity: 0.8;
  background-color: rgba(45, 45, 45, var(--bg-opacity));
}

.c1013-player {
  min-height: 50vh;
  max-height: 100vh;
}

.c1013-toggle {
  --bg-opacity: 1;
  background-color: #ea5e5f;
  background-color: rgba(234, 94, 95, var(--bg-opacity));
}

.c1013-toggle:hover {
  opacity: 1;
  transition: opacity 0.3s;
}

@media (min-width: 1026px) {
  .c1013-player.embed-responsive {
    position: absolute;
    height: 50vh;
    width: 50vw;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
  }
}
