.governance__seat-wrap{
  margin-top: 100px;
  max-height: 650px;
  overflow: hidden;
}
.governance__seat{
  width: 100%;
}
@media screen and (min-width:1200px){
  .governance__seat-wrap{
    height: 700px;
    background-image: url(../../images/bridge_chair00002.jpg);
    background-size: cover;
    background-position: center center;
  }
  .governance__seat{
    display: none;
  }
}
