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

.video-thumb {
  object-fit: cover;
  height: 400px;
}

.play-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  font-size: 35px;
  color: #393A4B;
  cursor: pointer;
  border: 2px solid #393A4B;
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.video-wrapper {
}

