.embed-heading {
  padding: 0 0 175px;
}
.embed-heading h2 {
  font-family: "Poynter Oldstyle Disp Semi Bd", sans-serif;
  color: #212120;
  font-size: 24px;
  line-height: 24px;
  margin: 0 auto 65px;
  max-width: 648px;
  text-align:center;
}
.embed-heading .iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 58.65%; /* 16:9 Aspect Ratio */
}
.embed-heading .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media ( max-width: 991px ) {
   .embed-heading {
    padding: 0 0 100px;
  }
}
@media ( max-width: 575px ) {
  .embed-heading {
    padding: 0 0 75px;
  }
  .embed-heading h2 {
    font-size: 20px;
    text-align:center;
    max-width: 280px;
    margin: 0 auto 35px;
  }