.image.fit img {
  width: 100%;
  height: auto;
  display: block;
}


#main p { line-height: 1.7; }


#main .major { text-align: center; }

.image.main img { width: 100%; height: auto; display: block; }

.video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  margin: 2rem 0;
}
.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}