/*
Theme Name: Unibiz Child
Template: unibiz
*/

/* === FORCE Gutenberg Cover overlap (Unibiz) === */
.hero-section,
.hero-section.wp-block-cover,
.hero-section .wp-block-cover__inner-container {
  overflow: visible !important;
  position: relative;
  z-index: 10;
    border: 5px solid "red";
}

 Widget overlap 
.widget-overlap {
  position: relative;
  z-index: 20;
  top: 424px;
  border: 5px solid red;
}

 iframe netjes centreren 
.widget-overlap iframe {
  display: block;
  margin: 0 auto;
}


 Mobiel 
@media (max-width: 768px) {
  .widget-overlap {
    margin-top: -60px;
  }
}
