/* Keep it minimal; Bootstrap does most of the work */

.chart-wrap {
  position: relative;
  height: 360px;
}

@media (max-width: 576px) {
  .chart-wrap {
    height: 300px;
  }
}
