#logo_area {
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: none;
  background-color: transparent !important;
}

/* .main_banner_section {
  height: auto;
} */

#wrap {
  position: relative;
}

.anniversary {
  position: absolute;
  right: 133px;
  top: 0px;
  text-align: right;
}

.anniversary img {
  height: 57px;
}
.green_bar {
  display: none !important;
}

@media (max-width: 970px) {
  .anniversary {
    right: 115px;
    top: 0px;
  }

  .anniversary img {
    height: 36px;
  }
}
