how can i make the video on my website on the center of the page ??
.wp-video-shortcode video, video.wp-video-shortcode {
max-width: 100%;
display: inline-block;
}
.mejs-mediaelement {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}