.driver-carousel {
  height: 600px;
  width: 100%;
}

.driver-slide {
  max-height: 560px;
}

.driver-analysis-slide {
  max-height: 560px;
  width: 100%;
}

.driver-analysis-graph {
  height: 480px;
  width: 100% !important;
}

@media (max-width: 991.98px) {
  .driver-slide-icon {
    display: none !important;
  }

  .driver-carousel {
    height: auto !important;
  }

  .driver-slide {
    max-height: none;
    overflow-y: visible;
  }

  .driver-analysis-slide {
    max-height: none;
  }

  .driver-analysis-graph {
    height: 360px !important;
  }
}
