figure.wp-block-video.s6video {
  aspect-ratio: 16 / 9;
}

figure.wp-block-video.s6video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}
/* Minder witruimte tussen paragrafen in blogposts */
.single-post .entry-content p {
  margin-bottom: 0.6em;
}
/* Homepage: minder witruimte tussen paragrafen */
.home .entry-content p {
  margin-bottom: 0.6em;
}
/* Homepage: leesbare breedte */
.home .entry-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Bodytekst links uitlijnen */
.home .entry-content p {
  text-align: left;
  margin-bottom: 0.45em;
}

/* Titels gecentreerd */
.home .entry-content h1,
.home .entry-content h2 {
  text-align: center;
}