#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;
  }
}

#top_banner_area .large-12.columns {
  width: 100%;
  background: url("../images/banner.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  height: 533px;
}
@media (max-width: 970px) {
  #top_banner_area .large-12.columns {
    height: 360px;
    background-size: cover;
    background-image: url("../images/banner_m.jpg");
    background-position: 50% center;
  }
}
