.post {
  margin-bottom: 5rem;
}

.post .top {
  font-family: "Raleway" , sans-serif;
  margin: 3rem 0;
}

.post .top img {
  margin-bottom: 3rem;
}

.post .title {
  font-size: 2rem;
  font-weight: 700;
}

.post .title span {
  background-image: linear-gradient(transparent 55%, #FAFCB9 55% , #FAFCB9 85% , transparent 85%);
}

.post time {
  vertical-align: middle;
}

.post .bees {
  display: inline-block;
  height: 1.1rem;
  vertical-align: middle;
  margin-left: 1rem;
}

.post .bee {
  display: inline-block;
  height: 100%;
  width: auto;
}

.post .intro {
  font-size: 1.1rem;
}

.post > ol {
  list-style: none;
}

.post img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.post .two_columns img {
  display: none;
}

.post iframe.center {
  display: block;
  margin: 1.5rem auto;
  border: 0.7rem solid #fff;
  box-shadow: 0.3rem 0.3rem 0 0 #FFF0F0 , -0.3rem -0.3rem 0 0 #FFF0F0;
}

@media (min-width: 800px) {
  .post .top img {
    display: none;
  }

  .post .two_columns img {
    display: inline-block;
  }
  
  .post .two_columns > * {
    width: 45%;
    float: left;
  }
  
  .post .two_columns .left {
    margin-right: 10%;
  }
  
  .two_columns:after {
    content: "";
    display: table;
    clear: both;
  }
}