.vimeo-embed {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.vimeo-embed .vimeo-heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #FFD001;
  z-index: 2;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: #005131 solid 2px;
}
.vimeo-embed .vimeo-heading h1, .vimeo-embed .vimeo-heading h2, .vimeo-embed .vimeo-heading h3, .vimeo-embed .vimeo-heading h4, .vimeo-embed .vimeo-heading h5, .vimeo-embed .vimeo-heading h6 {
  text-align: center;
  margin-bottom: 0;
}
.vimeo-embed iframe {
  position: absolute;
  left: 0;
  width: 100%;
  border: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}