.wpict-player {
  max-width: 100%;
}
.wpict-player__ratio {
  width: 100%;
}
.wpict-player__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wpict-player__video,
.wpict-player__mjpeg,
.wpict-player__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000;
}
.wpict-error {
  background: #ffebe8;
  color: #8a1f11;
  padding: 12px;
  border: 1px solid #dd3c10;
  border-radius: 4px;
}
