.static-view {
  margin-left: calc(25% - 22.5px);
  width: 100%;
  max-width: 681px;
  margin-bottom: 120px;
}

.static-view__content-container {
  margin: 0 30px;
}

.static-view-section-illustration {
  width: 50%
}

.static-view-section-illustration-full {
  width: 100%
}

.static-view section {
  margin-bottom: 30px;
}

.video-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 30px 0;
}

.video-embed-container iframe,
.video-embed-container object,
.video-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.people dt {
  font-weight: 600;
}

.people dd {
  margin-left: 0;
}

.static-view h4 {
  margin: 0;
}

.static-view h4 + p {
  margin-top: 0;
}

.research-graph-commons-iframe {
  overflow:hidden;
  border:1px solid #DDDDDD;
  width:calc(100% - 2px);
  height:600px;
}

@media (max-width: 1000px) {
  /* .static-view.full-width-container .left-col {
    display: none;
  }
  .static-view.full-width-container .middle-col {
    width: 100%;
  }
  .static-view.full-width-container .right-col {
    display: none;
  } */

  .static-view {
    margin-left: 0;
    max-width: unset;
  }
  .static-view__content-container {
    margin: 0;
  }
  .static-view-section-illustration {
    width: unset;
    height: 200px;
  }
}

@media (max-width: 400px) {
  .static-view-section-illustration {
    width: 100%;
    height: unset;
  }
}