.h5video {
    border: 1px solid black;
    background-color:#000000;
    object-fit: fill;
}

.h5videodiv{
    display: inline-block;
	position: relative;
}

.playpause {
    /* background-image:url(../images/media_play_pause_resume.png); */
    background-repeat: no-repeat;
    width: 25%;
    height: 25%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
}
