.representatives {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.representatives__map {
  box-sizing: border-box;
  flex: 0 0 100%;
  text-align: center;
  position: relative;
  
  min-height: 550px;
}
.representatives__map__base, 
.representatives__map__hoverlay, 
.representatives__map__overlay {
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 30;
}
.representatives__map__hoverlay {
  opacity: .5;
}
.representatives__map {
  box-sizing: border-box;
  flex: 0 0 100%;
  text-align: center;
  position: relative;
}
.representatives__map figure {
  margin: 0 !important;
  position: relative;
  text-align: center;
  z-index: 30;
}
.representatives__map figure img {
  position: relative;
  z-index: 20;
}

figure img {
  display: block;
  max-width: 100%;
}

.representatives article.disabled {
  opacity: .25;
  pointer-events: none;
}
.representatives article {
  border-bottom: 0;
  display: flex;
  flex-direction: row;
  padding-top: 0;
}
.representatives article figure {
  box-sizing: border-box;
  flex: 0 0 90px;
  margin-bottom: 0;
  padding-right: 20px;
  margin: 0;
}
.representatives article figure img {
  border-radius: 50%;
}
.representatives article .content {
  flex: 1 0 100%;
}
.representatives article .title {
  font-size: 120%;
}

@media screen and (min-width: 768px)
  .representatives {
    flex-wrap: nowrap;
  }
  .representatives__map {
    flex: 0 1 467px;
  }
  .representatives__items {
    flex: 0 0 360px;
    padding-left: 40px;
  }
  .representatives article p {
    font-size: 100%;
    line-height: inherit;
  }
}