#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{
  padding: 0;
  max-width: none;
  margin: 0;
}
#top_banner_area .large-12.columns{
  width: 100%;
  background-position: center;
  background-size: cover;
}
#top_banner_area img{
  width: 100%;
}
/* @media (max-width: 970px) {
  #top_banner_area .large-12.columns{ 
    height: 360px;
    background-size: cover;
    background-image: url("../images/top_banner.jpg");
    background-position: 50% center;
  }
  #top_banner_area .large-12.columns img{
    display: none;
  }
} */