  #autoplay-cover {
    background-color: #000A;
    position:fixed;
    inset:0;
    z-index: 9999;
    display: flex;
    align-items: center;

    justify-content: center;
    cursor: pointer;

    color: white;
    font-size: 48px;
  }
