.ysd-video-popup .play-button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 2px #fff solid;
    border-radius: 50%;
}
.ysd-video-popup .play-button {
    width: 35px;
    height: 35px;
    top: 26%;
    left: 30%;
    position: absolute;
}
/* 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 */
}