.dh-row {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.dh-row.alignfull {
    clear: both;
}

.dh-row .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.acf-block-preview .dh-row .overlay {
    z-index: 0;
}

.dh-row-content {
    width: 100%;
    max-width: 1200px;
    padding: 40px 20px 20px 20px;
}

.dh-row.narrow_content .dh-row-content {
    width: 100%;
    max-width: 800px;
    padding: 40px 20px 20px 20px;
}

.dh-row.min_height {
    min-height: 40vw;
}

.dh-row.background_repeat {
  background-repeat: repeat;
  background-size: auto;
}

.dh-row.bottom_margin {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {

    .dh-row.reverse_mobile .dh-row-content .wp-block-columns {
       flex-wrap: wrap-reverse !important;
    }


}

.dh-row.top-align {
  font-size: 1.5em;
}

.dh-row.top-align h2 {
  font-size: 2em;
}

.dh-row.top-align .wp-block-buttons{
  font-size: 1em;
}

@media screen and (max-width:768px) {
.dh-row.min_height {
  min-height: 50vh;
}

  .dh-row.top-align {
    align-items: flex-start;
  }



.dh-row.min_height.top-align {
    min-height: 100vh;
    font-size: 1em;
}





}
