.legislator-wrapper{
  height: 420px;
}

.legislator-wrapper{
  margin-top: 86px;
  height: 800px;
  padding-top: 0px !important;
  overflow: unset !important;
}

.legislator-wrapper .tab.selected{
  background: white;
}

.legislator-wrapper .tab-target.fyl{
  min-height: auto;
}

.legislator-wrapper #state-header-image{
  height: 400px;
  background-image: url('/wp-content/plugins/do-theme-overrides/images/capitol_bg.jpg');
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
}

@media only screen and (max-width:1024px){
  .legislator-wrapper #state-header-image{
    height: 350px;
  }
}

@media only screen and (max-width:768px){
  .legislator-wrapper #state-header-image{
    height: 200px;
  }
}
