#logo_home{
  position: absolute;
  z-index: 1;
  width: 23%;
  left: 70%;
  top: 28%;
}

#logo_home img{
  width: 100%;
  max-width: 269px;
}

#info{
  display: none;
  background-color: #7CAC5C;
  color: #FBF5F2;
}
.green-txt{
  color: #7CAC5C;
}

#team{
  background-color: #227F93;
  color: #FBF5F2;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

#team img{
  padding-bottom: 5em;
}

#map{
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#history{
	padding-left: 0;
  padding-right: 0;
  }

#history img{
  width: 95%;
}

#video {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video_frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video_cont{
	width: 60%;
	margin-top: 6em;
	}


@media screen and (max-width: 991px) {

#history img{
  width: 100%;
}

#logo_home{
      left: 50%;
      margin-left: -65px;
      top: 3em;
    }

#logo_home img{
      width: 130px;
}



}


@media screen and (min-width: 1100px) {
    #history img{
      width: 80%;
    }


}

@media screen and (min-width: 1700px) {
    #history img{
      width: 70%;
    }


}