@media (max-width: 767px) {
    .container-banner .banner-overlay {
        background-attachment: scroll; /* Add scroll for background image */
    }
}

.container-banner .banner-overlay {
    height: 75vh;
}

@media (max-width: 767px) {
  .container-header {
    min-height: 8.5rem;
  }
}

.container-header .mod-menu {
  justify-content: center;
  font-size: 1.15rem;
  font-weight: 400;
  padding: 2em;
}

#mod-custom114 {
  padding-right: 2em;
}

@media (max-width: 767px) {
  #mod-custom114 {
    float: right;
    position: absolute;
    right: 0;
    padding-right: 0.5em;
  }
}