.banners-with-text-mixed-list__item {
  position: relative;
  overflow: hidden;
  height: 100%;
}
/*image*/
.banners-with-text-mixed-list__item-image {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banners-with-text-mixed-list__item-link {
  display: block;
  overflow: hidden;
}

/*text*/
.banners-with-text-mixed-list__item-text--centered {
  text-align: center;
}
.banners-with-text-mixed-list__item-text {
  padding: 18px 24px 0px;
}
.banners-with-text-mixed-list__item-title {
  font-weight: bold;
}
.banners-with-text-mixed-list__item-top-text {
  margin-bottom: 5px;
  opacity: 0.7;
}
/*inside-text*/
.banners-with-text-mixed-list__item-text--absolute {
  position: absolute;
  bottom: 25px;
  left: 0px;
  right: 0px;
  z-index: 2;
  padding-top: 0px;
}
body .banners-with-text-mixed-list__item-text--absolute * {
  color: #fff;
}

@media (min-width: 992px) {
  .grid-list--wide .banners-with-text-mixed-list__item-text--absolute {
    padding-left: 40px;
    padding-right: 40px;
    bottom: 33px;
  }
}
@media (max-width: 991px) {
  .banners-with-text-mixed-list__wrapper {
    width: 50%;
  }
}
@media (min-width: 601px) {
  .banners-with-text-mixed-list__item-image {
    padding-top: 135%;
    height: 100%;
  }
  .item-w50 .banners-with-text-mixed-list__item-image {
    padding-top: 67%;
  }
  .item-w100 .banners-with-text-mixed-list__item-image {
    padding-top: 34%;
  }
  /*short image*/
  .banners-with-text-mixed-list__item-image.banners-with-text-mixed-list__item-image--short {
    padding-top: 100%;
  }
  .item-w50 .banners-with-text-mixed-list__item-image.banners-with-text-mixed-list__item-image--short {
    padding-top: 48%;
  }
  .item-w100 .banners-with-text-mixed-list__item-image.banners-with-text-mixed-list__item-image--short {
    padding-top: 24%;
  }
  /**/
}
@media (max-width: 600px) {
  .banners-with-text-mixed-list__item-image {
    padding-top: 137%;
  }
  .banners-with-text-mixed-list__item-text--absolute {
    bottom: 19px;
  }
  .banners-with-text-mixed-list__item-title.font_24 {
    font-size: 1.2em;
  }
  .banners-with-text-mixed-list__item-top-text {
    margin-bottom: 0px;
  }
}
