/**
* Block Name: text
*/

section.text div.text :last-child:not(button) {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

section.text h1 + p,
section.text h2 + p,
section.text h3 + p,
section.text h4 + p,
section.text h5 + p,
section.text h6 + p {
  margin-bottom: 30px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
