/*@width-gutter:20px;*/
/*@height-footer:20px;
@height-page-padding-bottom:40px;*/
/* Platform laptop */
@media screen and (min-width: 600px) and (max-width: 768px) and (orientation: portrait) {
  /* project-detail page*/
  .project-detail-text-outer {
    width: 315px;
  }
  .project-detail-figure {
    left: 371px;
    right: 28px;
  }
}
