.stories-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
}

.promostories .delete.is-large {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}

.promostories-modal-slider .image:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgb(0 0 0 / 68%));
  bottom: 0;
  left: 0;
  max-height: 50%;
}

.promostories-modal-slider .swiper-pagination {
  top: 1.8rem !important;
  bottom: initial !important;
  display: flex;
  justify-content: center;
  padding: 0 4rem 0 2rem;
}

.promostories-modal-slider .swiper-pagination>.swiper-pagination-bullet {
  flex: 1;
  border-radius: 3px;
  height: 5px;
  opacity: 0.5;
}

.promostories-modal-slider .swiper-pagination>.swiper-pagination-bullet.has-background-primary {
  opacity: 0.9;
}


.promostories .modal-card {
  max-height: inherit;
  height: inherit;
}