/* Ícone de play sobre a imagem */
.Button_video__play {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.Button_video__play-icon {
  position: fixed;
  z-index: 3;
}