.video-thumbnail-container {
  max-width: 100%;
  position: relative;
}

.video-thumbnail-container:hover {
  cursor: pointer;
}

.video-thumbnail {
  max-width: 100%;
  border-radius: 5px;
}

.video-play-icon {
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  width: 64px;
  height: 64px;
}

.video {
  width: 100%;
  border-radius: 5px;
}
