The Gathering Barn

custom class to the color-section: html5-video

this is the content of my code-block element

<video autoplay loop muted playsinline class="responsive-video">
    <source src="https://webers-testseite.de/wp-content/uploads/About_Us_Video.mp4">
    Dein Browser unterstützt das Video-Tag nicht.
</video>

<!-- Text Overlay -->
<div class="overlay">
        <img class="aligncenter size-full" src="https://webers-testseite.de/wp-content/uploads/Gathering-Barn-Banner-Logo-.png" alt="The Gathering Barn" width="411" height="349" />
</div>
#top .html5-video .responsive-video {
  width: 100%;
  height: auto;
  display: block;
}

.responsive #top #wrap_all .html5-video .container {
  max-width: 100% !important;
  width: 100%;
  padding: 0;
}

#top .html5-video .content {
  padding: 0;
}

#top .html5-video .overlay {
  position: absolute;
  width: 25vw;
  height: 21.25vw;
  min-width: 140px;
  min-height: 119px;
  max-width: 411px;
  max-height: 349px;
  top: 12vw;
  left: 8vw;
  padding: 15px;
  border-radius: 20px;
  background-color: rgba(0,0,0,0.1);
  backdrop-filter: blur(6px);
}

@media only screen and (max-width: 767px) {
  #top .html5-video .overlay {
   top: 9vw
  }
}

#top .html5-video .overlay img {
  padding: 0;
  margin: 0;
}