/* === image-height.css === */
.image-embed.image-embed img:not([width]) {
    max-height: 250px;
}
