.skrupt-custom-content {
  clear: both;
}

.skrupt-custom-content::after {
  clear: both;
  content: "";
  display: table;
}

.skrupt-custom-content img,
.skrupt-custom-content video,
.skrupt-custom-content iframe {
  max-width: 100%;
}

.skrupt-custom-content img,
.skrupt-custom-content video {
  height: auto;
}

.skrupt-custom-content figure {
  margin: 0;
}

.skrupt-custom-content figcaption,
.skrupt-custom-content__caption {
  margin-top: .5rem;
}
