
/* Main */
main {
  margin: 0 16.66667%;
}
main figure {
  margin: 0 0 1.5rem 0;
}

main figure figcaption span {
  display: block;
  text-align: center;
}

main figure figcaption span.title {
  font-size: 1.5rem;
  line-height: 2rem;
}

main figure figcaption span.desc {
  font-size: .8rem;
  font-style: italic;
  line-height: 1.25rem;
}



/* Panorama container */
*[data-paver] {
  margin-bottom: 1.5rem;
  position: relative;
  height: 50vh;
  left: -25%;
  width: 150%;
  overflow-x: scroll;
  overflow-y: hidden;
}

*[data-paver] img {
  height: 100%;
}
