.el-h1,
.el-h2,
.el-h3,
.el-h4,
.el-hr {
    clear: both;
}

img[alt*="right"],
.video-embed[alt*="right"] {
    float: right;
    clear: right;
    margin-left: 1rem;
    margin-bottom: 2px;
    margin-top: 2px;
}

/* keep the floated video from blowing out to full width */
.video-embed[alt*="right"] video {
    width: 100%;
    max-height: 40vh;
    height: auto;
    display: block;
}

@media (max-width: 1199.98px) {
    img[alt*="right"],
    .video-embed[alt*="right"] {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.published-container {
    --page-width: 1600px;
    --sidebar-left-width: 200px;
}
