.post-date {
    display: block;
    margin: 0.5rem 0 1rem;
    color: #666;
    font-size: 0.9rem;
}

.main-section .inner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-section time {
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.7;
}

.blog-post.sub-section .main-image {
    height: 320px;
    width: auto;
    float: right;
    margin-left: 30px;
}

@media (max-width: 600px) {
    .blog-post.sub-section .main-image {
        width: 100%;
        height: auto;
        float: none;
        display: block;
        margin: 0 auto 1rem;
    }
}

.blog-post.sub-section img {
    border: unset;
    width: unset;
    height: unset;
    opacity: unset;
    float: unset;
    margin: unset;
}

.youtube-embed {
    display: flex;
    justify-content: center;
    margin: 1em 0;
}

.blog-post .float-left {
    float: left;
    margin: 0 1.5em 1.5em 0;
}

.blog-post figcaption {
    margin-top: 0.5em;
    font-size: 0.85em;
    color: #666;
    font-style: italic;
    text-align: center;
}

.blog-post.sub-section figure,
.blog-post.sub-section img:not(figure img) {
    margin: auto;
    width: 45%;
    display: block;
}

.blog-post.sub-section figure + figure {
  margin-top: 1.5em;
}
