.youtube{
  cursor: pointer;
}


.play-button{
  background-image: url("../images/youtube.webp");
  z-index: 15;
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: 50%;
}

iframe{
  cursor: pointer;
}