video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

img, video {
    max-height: 100%;
}

figure {
    margin: 0 -192px 28px;
}

img, video {
    max-height: 780px;
}

.full-width img, .full-width video {
    max-height: initial;
}

.max-height-initial {
    max-height: initial;
}

@media (max-width: 1024px) {
    figure {
        margin: 0 -12px 28px;
    }
}

.balance-text {
    text-wrap: balanced;
}

@media (min-width: 512px) {
    .posts {
        margin-left: 44px
    }
}

.icons {
    letter-spacing: 0.5ex;
    animation: toggle-icons 16s ease-in-out 0s infinite;
}

.icons a       { color: #aaa; }
.icons a:hover { color: #333; }

.footer.icons a       { color: #ccc; }
.footer.icons a:hover { color: #444; }
