	.cdc-graph-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

  /* Flexible height */
  height: clamp(500px, 80vh, 900px);
}

.cdc-graph-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}