/**
 * @file
 * Middle
 */

.middle {
  clear: both;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0;
  border-top: 1rem solid #660000;
  background: #fff;
}

/*@media only screen
  and (min-width: 320px)
  and (max-width: 767.98px)
  and (orientation: portrait) {
  .media__image {
    height: 220px;
  }
}*/
