.home-video-player-container {
  position: relative;
  border-radius: 10px;
  /* overflow: hidden; */
}
.home-video-player-container .home-video-player {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

.play-button img {
  height: 30%;
}
.home-video-player-container .play-button {
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 100;
  border-radius: 10px;
  background-image: url("https://tanlanewwebsite.blob.core.windows.net/assets/icons/wisely-video-thumb.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.media-controls-container {
  will-change: unset !important;
}
