.video-container {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.thumbnail-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../images/thumbnail.png') no-repeat center center;
  background-size: cover;
  cursor: pointer;
}