#logo-section {
  max-width: 1700px;
  width: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
#logo-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: -1; 
}
#logo-section .six { 
  width: 50% !important; 
}
#logo-text {
  margin-top: 23%;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #logo-text {
    margin-top: 70px;
  }
}

.logo-banner {
  position: relative;
  max-width: 700px;
  width: 100%;
  height: auto;
}
.logo-video {
  width: 100%;
  height: auto;
  display: block;
}
.logo-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58%; /* adjust */
}