.container-banner .banner-overlay .overlay {
  align-items: center;
  background-color: rgba(51,57,104,.4)!important;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 1em;
  text-align: center;
}

.container-header {
  background-color: #fefeaa !important;
  background-image: none !important;
  box-shadow: inset 0 5px 5px rgba(0,0,0,.03);
  position: relative;
  z-index: 10;
}