/* fix header on medium only screen */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  header > div:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  header > div:first-child .column, .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.catalog-item .thumbnail img {
  max-width: 350px;
}

.catalog-item .catalog-section {
  margin-bottom: 0;
}
