/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.category-description > div {
  display: none;
}

.carousel-inner a {
  height: 100%;
}

.carousel-inner img {
  max-height: 100%;
  margin: auto;
}

.carousel-indicators {
  margin-bottom: 0;
  bottom: 10px;
  top: auto;
}

@media (min-width: 1200px) {
  .carousel-indicators {
    bottom: auto;
    top: 10px;
  }
}
