/*CSS HANDLER */
@media (max-width: 991px) {
  .sandwich-slideshow-container .mySlides.fadeINS a img {
    width: 100% !important;
  }

  .sandwich-slideshow-container .mySlides.fadeINS a img {
    padding-top: 7px !important;
    padding-left: 13px !important;
    padding-bottom: 7px !important;
    width: calc(100% - 13px) !important;
    height: 150px;
    object-fit: cover;
  }

  .navTabs.TabsBanner {
    padding: 0px !important;
  }

  .navTabs.TabsBanner a span {
    padding-left: 13px !important;
    width: 100%;
  }
}

.site-names {
  display: none;
}

#sandwich-slider-container {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.sandwich-slideshow-container {
  position: relative;
  margin-top: -1px !important;
}

.sandwich-prev,
.sandwich-next {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  font-size: 150%;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.7rem 0.7rem;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  z-index: 10;
  text-decoration: none;
}

.sandwich-prev {
  left: 0px;
}

.sandwich-next {
  right: 0px;
}
