/* Active Bikes Page */
.page-ActiveCategoryContentPage .quote-wrapper {
  margin-top: -1rem;
}

/* Active Category Fix */
@media (min-width: 960px) and (max-width: 1159px) {
  .page-ActiveCategoryContentPage .storytext-wrapper + .featured-category-wrapper .owl-stage {
    width: 1000px!important;
  }
}

@media (min-width: 1200px) {
  .page-ActiveCategoryContentPage .storytext-wrapper + .featured-category-wrapper .owl-stage {
    width: 1250px!important;
  }
}

@media (min-width: 960px) {
  .page-ActiveCategoryContentPage .storytext-wrapper + .featured-category-wrapper .owl-item {
    width: 380px!important;
  }
}
