/* 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.
 */

.module-banner {
  position: relative;
}

.module-banner .banner {
  background-size: 100%;
  background-repeat: no-repeat;
  max-width: 1180px;
}

.module-banner .close-banner {
  position: absolute;
  top: 0;
  right: 4px;
  font-size: 14px;
  color: #fff;
  opacity: .3;
  cursor: pointer;
}

.module-banner .close-banner:hover {
  opacity: 1;
}

.module-banner.qsl_abandonedcartreminder .banner {
  margin-bottom: 20px;
}

.module-banner.qsl_abandonedcartreminder .banner img{
  max-height: 100%;
  max-width: 100%;
}
