.Scroll {
  
    background-color: rgb(238, 226, 226);
     color: white;
     width: auto;
     height: 300px;
     overflow: scroll;
    }
    
    .container {
      max-width: 800px;
      margin: 0 auto;
    }
    .plyr {
      border-radius: 4px;
      margin-bottom: 15px;
    }
    
    .lifeTop {
        position: absolute;
        left: -50%;
        top: 0%;
      }
    
      .overlay {
        position: absolute;
        top: 300px;
        /*color: #000000;*/
        text-align: center;
        font-size: 16px;
        /* background-color: rgba(221, 221, 221, 0.3);*/
        width: 420px;
        padding: 10px 0;
        z-index: 2147483647;
      }
    
      #overlay {
        position: absolute;
        top: 300px;
        /*color: #000000;*/
        text-align: center;
        font-size: 16px;
        /* background-color: rgba(221, 221, 221, 0.3);*/
        width: 420px;
        padding: 10px 0;
        z-index: 2147483647;
      }
    
      .vjs-watermark-content {
        position: absolute;
        top: 50%;
        left: 30%;
      }
    
      .VodTitle {
        position: absolute;
        top: 0;
        left: -10%;
      }