.global-container .people-banner{
  height: 400px;
  width: 100%;
}
.people-banner img{
    width: 100%;
    height: auto;

}
.people-container{
  width: 100%;
  height: auto;
  padding: 50px;
}
.chairman-container{
    width: 100%;
    height: auto;
    background: url('../img/chairman-bg.png');
    background-size: cover;
    background-repeat:no-repeat;
    padding: 50px;
    background-attachment: fixed;
}