.embed-responsive .dp--overlay {
    position:absolute;
    top:0;
}

.dp--overlay {
    padding: 3.5rem 1.5rem !important;
}

.dp--overlay-header {
    font-family: var(--secondFontFamily);
  line-height: 1;
  font-weight: 800;
  margin-bottom: .7em;
  color: var(--headingFontColor);
  text-transform: uppercase;
  font-size: 24px;
}
.dp--overlay-button {
  margin-top: 2rem !important; 
}
.dp--overlay-button button{
  font-family: var(--secondFontFamily);
  font-weight: 400;
  display: inline-block;
  padding: 12px 50px 12px 50px;
  background: var(--primaryColor);
  color: #FFFFFF;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  text-decoration: none !important;
}