smh video

by batcave

CSS

.smh-player {
  display: flex;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

/* ersätt allt i den gamla med detta */

.smh-player video {
  position: relative;
  top: unset;
  left: unset;
  height: auto;
  max-width: 100%;
  width: 100%;
}