.ysd-video-popup .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87px;
  height: 61px;
  background: url('assets/icon-video.svg') center center no-repeat;
  cursor: pointer;
}

/* Adjust the size and position of the video popup */
.mfp-iframe-scaler {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  padding-bottom: 30px; /* Space for the title */
}