.sights .page>div article header.spots.wide {
  background-size: 980px 600px;
  height: 450px;
}

.sights .page>div article header.spots .summary {
  margin-top: 0.5em;
  font-size: 1.7rem;
  line-height: 1.5;
}

.sights .page>div article header.spots .summary small {
  display: block;
  margin-top: 0.5em;
  font-size: 1.6rem;
}

.body .information .one-half.column figure {
  margin: 0;
}

.body .box {
  padding: 40px 60px;
}

.body figure.s3, .body .figures.s3 {
  width: 20%;
}

.body .box h3 {
  margin-top: 0;
  line-height: 1.5;
}

.body figure figcaption h4 small, .body .figures figcaption h4 small {
  display: inline-block;
  margin: 0;
}

@media screen and (max-width: 416px) {
  .sights .page>div article header.spots.wide {
    background-size: 100% auto;
    height: 280px;
  }
  .body .box h3 {
    margin-top: 0.5em;
  }  
  .body figure figcaption h4 small, .body .figures figcaption h4 small {
    display: block;
    margin: 0.25em 0;
  }
}

@media screen and (max-width: 360px) {
  .sights .page>div article header.spots.wide {
    background-size: 100% auto;
    height: 300px;
  }
}

/* info */
.sights .body .information p span {
  display: block;
  width: auto;
  font-size: 13px;
  margin-top: 0.5em;
}

