.image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
  max-width: 50%;
}

.image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 50px;
}

figure.image.image_resized {
  margin: 0 auto;
}

figure.media {
  clear: both;
  margin: 1em 0;
  display: block;
  min-width: 15em;
  position: relative;
}

.pb-bg-video {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  opacity: 1;
}

.pb-bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  display: block;
  z-index: -1;
  max-width: unset;
}

.pb-video-overlay {
  z-index: 1;
  overflow: hidden;
}

video {
  max-width: 100%;
  height: auto;
  text-shadow: none;
}