#stories {
  max-height: 188px;
  overflow: hidden;
}
.story-content-overlay__title {
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
}
.web-stories-list.is-view-type-circles .web-stories-list__story-poster a > img {
  border: none!important;
  padding: 10px!important;
}
.web-stories-list.is-view-type-circles .web-stories-list__story-poster a {
  position: relative;
}
.web-stories-list.is-view-type-circles .web-stories-list__story-poster a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(-25deg, #ff0, #ff0098 );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.web-stories-list.is-view-type-circles .web-stories-list__story-poster a img {
  transform: scale(1);
  transition: all .5s;
}
.web-stories-list.is-view-type-circles .web-stories-list__story-poster a:hover img {
  transform: scale(1.2);
}
.web-stories-list.is-view-type-circles .web-stories-list__story-content-overlay {
  padding: 10px 0 0 0!important;
}
.web-stories-list.is-view-type-circles .story-content-overlay__title {
  font-size: 11px!important;
}
@media only screen and (max-width: 767px) {
  .web-stories-list {
    margin-top: 0!important;
  }
  .container-stories {
    padding: 0;
  }
}