@media (max-width: 2560px) {
  .sharepage-prefered-player {
    display: block;
    width: 65%;
  }
}

@media only screen and (height: 1080px) {
  .sharepage-prefered-player {
    display: block;
    width: 50%;
  }

  /* Chaptering */

  .play-area {
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
}

@media screen and (height: 1440px) {
  .sharepage-prefered-player {
    display: block;
    width: 65%;
  }

  /* Chaptering */

  .play-area {
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
}

@media screen and (height: 1600px) {
  .sharepage-prefered-player {
    display: block;
    width: 65%;
  }

  /* Chaptering */

  .play-area {
    display: flex;
    align-items: center;
    justify-content: center;
  } 
}

@media only screen and (height: 1800px) {
  .vertical-center {
    position: absolute;
    top: 25%;
    transform: translateY(-40%);
  }
}
