.graph-frame.uncropped {
  height: auto;
  background: #15191b;
}

.graph-frame.uncropped img {
  height: auto;
  object-fit: contain;
  transform: none;
}

.platform-history-shot {
  margin: 28px 0 0;
  overflow: hidden;
  border: 1px solid #aeb8b5;
  border-radius: 12px;
  background: #15191b;
}

.platform-history-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.platform-history-shot figcaption {
  padding: 13px 16px;
  background: #fff;
  color: #58666c;
}

.graph-section .secondary-action {
  background: #fff;
}

@media (max-width: 720px) {
  .graph-frame.uncropped {
    height: auto;
  }

  .graph-frame.uncropped img {
    height: auto;
    transform: none;
  }
}
