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

/**
 * images styles
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.carousel-inner.not-initialized > .item {
  display: block;
}

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

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

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