.nodenews .news-date {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: rgba(80, 85, 85, 0.5);
  text-transform: uppercase;
}
.nodenews .sticky-image-wrapper.single,
.nodenews .sticky-image-wrapper .swiper-slide {
  position: relative;
}
.nodenews .sticky-image-wrapper.single:before,
.nodenews .sticky-image-wrapper .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
}
.nodenews .sticky-image-wrapper.single,
.nodenews .sticky-image-wrapper .swiper-slide {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  border-radius: 15px;
  overflow: hidden;
}
.nodenews .sticky-image-wrapper .media_description {
  /*border-radius: 0 0 0 30px;
  display: flex;
  align-items: flex-end;
  padding-top: rem(10px);
  padding-bottom: rem(25px);
  font-size: 18px;
  text-align: left;
  color: rgba($dark, .5);*/
  font-size: 16px;
  line-height: 1.125rem;
  text-align: left;
  min-height: 3rem;
  align-items: center;
  padding: 15px 10px 15px;
  color: rgba(80, 85, 85, 0.8);
}
@media (min-width: 1025px) {
  .nodenews .sticky-slider-container .swiper-slide.image-full:first-of-type img, .nodenews .sticky-slider-container .swiper-slide.image-full.swiper-slide-active img {
    border-radius: 30px 0 0 30px;
  }
  .nodenews .sticky-slider-container .swiper-slide.image-full {
    border-radius: 0;
  }
  .nodenews .sticky-image-wrapper .media_description {
    /*min-height: rem(108px);
    align-items: center;
    padding: 55px 40px 35px;*/
    font-size: 18px;
    line-height: 1.25rem;
    text-align: left;
    min-height: 6.75rem;
    align-items: center;
    padding: 35px 40px 25px;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
  }
}