.stm_posts_carousel {
  position: relative;
  max-width: 1170px;
  margin: 0 auto 50px;
  border-radius: 6px;
  overflow: hidden;
}
.stm_posts_carousel_single {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  margin-bottom: 0 !important;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}
.stm_posts_carousel_single:first-child {
  position: relative;
}
.stm_posts_carousel_single.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.stm_posts_carousel_single__container {
  position: relative;
  height: 600px;
}
.stm_posts_carousel_single__body {
  position: absolute;
  top: 70px;
  left: 40px;
  right: 40px;
  padding: 0;
  background-color: transparent;
}
.stm_posts_carousel_single__body:after {
  content: "";
  display: table;
  width: 100%;
}
.stm_posts_carousel_single__body .content {
  max-width: 600px;
}
.stm_posts_carousel_single__body .stm_post__video {
  right: 20%;
  left: auto;
}
.stm_posts_carousel_single__body .stm_post__video:after {
  background-color: transparent !important;
  border: 3px solid #fff;
}
.stm_posts_carousel_single__body .stm_post__video .pulse:after, .stm_posts_carousel_single__body .stm_post__video .pulse:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -75px;
  width: 150px;
  height: 150px;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: stm_wave_pulse 2s linear infinite;
}
.stm_posts_carousel_single__body .stm_post__video .pulse:before {
  animation-delay: 1s;
}
.stm_posts_carousel_single__image {
  display: block;
  position: relative;
  height: 600px;
}
.stm_posts_carousel_single__image .stm_lazyload {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.stm_posts_carousel_single__image .stm_lazyload img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.stm_posts_carousel_single__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
}
.stm_posts_carousel_single__category {
  display: inline-block;
  padding: 9px 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  border-radius: 16px;
  z-index: 1;
  transition: 0.3s ease;
}
.stm_posts_carousel_single__category a {
  display: inline-block;
  vertical-align: top;
  line-height: 12px;
  text-decoration: none !important;
}
.stm_posts_carousel_single .date {
  color: #fff;
}
.stm_posts_carousel_single .date i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.stm_posts_carousel_single h5 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 42px;
  line-height: 72px;
  font-weight: 700;
}

.stm_posts_carousel_single__list {
  position: absolute;
  bottom: 0;
  right: 40px;
  left: 40px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style-type: none;
  margin: 0 -15px;
}
.stm_posts_carousel_single__list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  display: block;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
}
.stm_posts_carousel_single__list li {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding: 30px 15px 50px;
  cursor: pointer;
  overflow: hidden;
}
.stm_posts_carousel_single__list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  display: block;
  height: 3px;
  opacity: 0;
  background-color: #fff;
  transition: 0.3s ease;
}
.stm_posts_carousel_single__list li.active:before {
  opacity: 1;
}
.stm_posts_carousel_single__list li h5 {
  margin-bottom: 7px;
  position: relative;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}
.stm_posts_carousel_single__list li .date {
  margin-right: 20px;
  color: #fff;
}
.stm_posts_carousel_single__list li .date i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.stm_posts_carousel_single__list li .views {
  font-style: normal;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .stm_posts_carousel .stm_posts_carousel_single__list li h5 {
    max-height: 70px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .stm_posts_carousel .stm_posts_carousel_single__container,
.stm_posts_carousel .stm_posts_carousel_single__image {
    height: 400px;
  }
  .stm_posts_carousel .stm_posts_carousel_single__list {
    display: none;
  }
}
@media (max-width: 600px) {
  .stm_posts_carousel .stm_posts_carousel_single__container,
.stm_posts_carousel .stm_posts_carousel_single__image {
    height: 300px;
  }
  .stm_posts_carousel .stm_posts_carousel_single .stm_posts_carousel_single__body {
    top: 30px;
    left: 30px;
    right: 30px;
  }
  .stm_posts_carousel .stm_posts_carousel_single .stm_posts_carousel_single__body h5 {
    font-size: 30px;
    line-height: 36px;
  }
}

@keyframes stm_wave_pulse {
  0% {
    transform: scale(0.3);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}