.play-overlay {
  position: relative;
  display: inline-block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px; /* Ajusta el tamaño del icono según sea necesario */
  height: 80px;
  background: url('./../img/play-video.png') no-repeat center center;
  background-size: cover;
  cursor: pointer;
}


.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px; /* Ajusta el tamaño del ícono según sea necesario */
  height: 80px;
  background: url('./../img/play-video.png') no-repeat center center;
  background-size: cover;
  cursor: pointer;
}