.exhibition--location {
  padding-left: 7.69231%;
  padding-right: 7.69231%;
  background: #B24D34;
  width: 100%; }
  @media (min-width: 55em) {
    .exhibition--location {
      padding-left: 4.34783%;
      padding-right: 4.34783%; } }
  @media (min-width: 62em) {
    .exhibition--location {
      position: absolute;
      right: 0;
      top: 0;
      width: 43.47826%;
      z-index: 0; }
      .exhibition--location::after {
        background: #B24D34;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: -100%;
        top: 0;
        width: 100%; } }
  .exhibition--location h3 {
    color: #fff;
    font-family: "Avenir LT W01_45 Book1475508"; }
