﻿@media only screen and (max-width: 600px) {
  .details-image {
    margin-top: 5em;
  }
  article.blog-post {
    margin-top: 1em;
  }
  .details-page h2 {
    font-size: 1.1em;
  }
  .details-page p {
    font-size: 1em;
  }
  .details-page .gallery-item {
    max-width: 100%;
  }
  .details-page .content-area {
    margin-bottom: 0em;
  }
}