/* Custom mobile carousel override for Staff Introduction section */
@media (max-width: 767px) {
  .staff-carousel {
    width: 100vw;
    margin-left: 0;
    padding: 0;
    overflow: visible;
    position: relative;
  }
  .staff-carousel .owl-stage-outer {
    overflow: visible !important;
  }
  .staff-carousel .owl-stage {
    display: flex;
    padding-right: 20vw;
  }
  .staff-carousel .owl-item {
    width: 80vw !important;
    margin-right: 16px;
  }
}
