.youtube-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 200px;
  cursor: pointer;
}

.youtube-video__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youtube-video__play {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.9);
}

.youtube-video__play-icon {
  color: #fff;
  font-size: 20px;
}
