.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	  /* width: 100% !important; */
	  /* height: 100% !important; */
	  margin-left: auto!important;
	  margin-right: auto!important;
	  -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.05),0 6px 20px 0 rgba(0,0,0,0.05) !important;
	  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.05),0 6px 20px 0 rgba(0,0,0,0.05) !important;
	  border: 0.1px solid #e8e7e7;
	}
	.mejs-container {
	  padding-top: 56.25%;
	}
	.wp-video, video.wp-video-shortcode {
	  max-width: 100% !important;
	}
	video.wp-video-shortcode {
	  position: relative;
	}
	.mejs-mediaelement {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	}
	.mejs-controls {
	  display: none;
	}
	.mejs-overlay-play {
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  width: auto !important;
	  height: auto !important;
	}