/* Stylesheet for about.html at PAWS-LI.org */

/*  The div container for the about video */
.about {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  margin-top: 2em;
}

/* The iframe container for the YouTube about video */
.about__video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* A little caption under the video */
.vid-caption {
  text-align: center;
  margin: 0 auto 2em;
  font-size: 0.75rem;
  font-style: italic;
}
