button.mfp-close{
	font-size: 40px !important;
    font-weight: bold !important;
}

button.mfp-close:active {
    position: absolute;
    top: -2px !important;
}

.et_pb_video_popup_wrapper{
	position: relative; 
	text-align: center;
}

.video_thumbnail {
  display: inherit;
}
.video_thumbnail img{
	display: block;
	margin: auto;
}
.video_thumbnail:hover {
  cursor: pointer;
}

.video_thumbnail .play-btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


