.TVChartContainer {
  height: 642px;
  z-index: 2;
  width: 98%;
  position: absolute;
}

.TVChartContainer .tv-chart-events-source__tooltip {
  /* background: 1px solid black !important; */
}

@media only screen and (max-width: 1200px) {
  .TVChartContainer {
    height: 500px;
    width: 100% !important;
    position: unset;
  }
}

