/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.image-container {
  height: 350px; }
  @media screen and (min-width: 1024px) {
    .image-container {
      height: 530px; } }
  .image-container picture {
    max-width: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
    height: 100% !important; }
    .image-container picture img {
      width: 100% !important;
      max-height: 100% !important;
      min-height: 100% !important;
      height: 100% !important; }

#single-post {
  background-color: #FBFBFB; }
