.atremslider {
  margin-bottom: 1rem;
  position: relative;
}
.atremslider__slides {
  min-height: 150px;
  position: relative;
  margin: 0;
}
.atremslider__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s ease-out;
  will-change: opacity;
}
.atremslider__slider a {
  margin-bottom: 0;
  padding-bottom: 0;
}
.atremslider__slider figure {
  margin: 0;
}
.atremslider__slider img {
  width: 100%;
}
.atremslider__slider:last-child {
  position: static;
}
.atremslider__active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.atremslider__bullets {
  display: none;
}
.atremslider__img {
  object-fit: cover;
  width: 100%;
  max-height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
.atremslider__caption {
  display: none;
  position: absolute;
  left: 10px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.atremslider__title {
  display: none;
  font-size: 1.7rem;
  color: #fff;
  text-shadow: 1px 1px 1px #000 9;
}
.atremslider__desc {
  display: none;
  font-size: 1rem;
  text-shadow: 1px 1px 1px #000 9;
}
.atremslider__buttons {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 99%;
  transform: translateX(-50%);
}
.atremslider__buttons i {
  font-size: 1.5rem;
}
.atremslider__buttons button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.atremslider__buttons button > svg {
  fill: #fff;
  width: 1em;
  height: 1em;
}
@media screen and (min-width: 860px) {
  .atremslider {
    margin-bottom: 1.5rem;
 }
  .atremslider figure {
    text-align: center !important;
    border-radius: 0;
 }
  .atremslider .atremslider__img {
    border-radius: 0;
    object-fit: cover;
    max-height: 80vh;
 }
  .atremslider .atremslider__slides {
    min-height: 400px;
 }
  .atremslider .atremslider__bullets {
    display: block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index:9;
 }
  .atremslider .atremslider__bullet {
    border: none;
    background: transparent;
    font-size: 2rem;
    color: #fff5;
 }
  .atremslider .atremslider__bullet--active {
    color: #f18c4b;
 }
  .atremslider .atremslider__buttons i {
    font-size: 2.5rem;
 }
  .atremslider .atremslider__buttons i:hover {
    border-radius: 50%;
    background: #999;
 }
}
