.blog-header.has-cover {
    padding-top: calc(16rem + 4vw);
}	

.popular-wrapper {
  overflow: scroll;
  max-height: 51vh;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
    margin: 1.5em 0;
    border: 2px solid #ccc;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    background: #3B3836;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.post-content img {
  display: block;
  margin: 0 auto;
}

h2,
h3,
h4,
h5,
.post-title {
  font-weight: normal;
}
