@import url(https://use.typekit.net/vin2dio.css);
.banner-top {
  width: 100% !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-top #menu-banner-carousel {
  width: 50% !important;
}
.banner-top #menu-banner-carousel .carousel-item h5 {
  height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin-bottom: 0px;
}
.banner-top #menu-banner-carousel .carousel-inner {
  height: 36px;
  width: calc(100% - 30px) !important;
  margin-left: 15px;
  margin-right: 15px;
}
.banner-top #menu-banner-carousel-mini {
  width: 50% !important;
}
.banner-top #menu-banner-carousel-mini .carousel-item h5 {
  height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin-bottom: 0px;
}
.banner-top #menu-banner-carousel-mini .carousel-inner {
  height: 36px;
  width: calc(100% - 30px) !important;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 991.98px) {
  .banner-top {
    height: 44px !important;
    width: 100vw !important;
  }
  .banner-top #menu-banner-carousel {
    width: 100% !important;
  }
  .banner-top #menu-banner-carousel .carousel-inner {
    width: calc(100% - 60px) !important;
    margin-left: 30px;
    margin-right: 30px;
  }
  .banner-top #menu-banner-carousel .carousel-control-prev,
  .banner-top #menu-banner-carousel .carousel-control-next {
    display: block;
  }
  .banner-top #menu-banner-carousel-mini {
    width: 100% !important;
  }
  .banner-top #menu-banner-carousel-mini .carousel-inner {
    width: calc(100% - 60px) !important;
    margin-left: 30px;
    margin-right: 30px;
  }
  .banner-top #menu-banner-carousel-mini .carousel-control-prev,
  .banner-top #menu-banner-carousel-mini .carousel-control-next {
    display: block;
  }
}
