.post-figure {
    width: 90%;
    /* Match video width */
    margin: 20px auto;
    text-align: center;
}

.post-figure img,
.post-figure video {
    width: 100%;
    max-width: 100%;
}

.post-figure figcaption {
    width: 100%;
    margin-top: 10px;
    font-style: italic;
    color: #666;
}

hr.dots {
    border: none;
    text-align: center;
    height: 1em;
}

hr.dots:after {
    content: "...";
    font-size: 1em;
    line-height: 1em;
}

.dots {
    text-align: center;
    font-size: 24px;
    letter-spacing: 12px;
    margin: 40px 0;
}