button.mfp-close{
	font-size: 2em !important;
  font-weight: bold !important;
	opacity: 1!important;
	top: 0px!important;
	right: 0px!important;
  line-height: 1!important;
  top: -30px !important;
  right: -30px !important;
}

button.mfp-close:active {
    position: absolute;
    top: -30px !important;
    right: -30px !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%);
}




