.writer-img {
  width: 80px;
  height: 80px; }

.articles .item {
  height: 325px; }
  .articles .item .img:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(90deg, #1b1b25 0%, rgba(27, 27, 37, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #1b1b25 0%, rgba(27, 27, 37, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #1b1b25 0%, rgba(27, 27, 37, 0) 100%); }

@media screen and (max-width: 992px) {
  .articles {
    overflow: hidden; }
    .articles .swiper-container {
      overflow: visible !important; }
    .articles .swiper-slide {
      max-width: 270px; }
    .articles .item {
      height: 270px; }
      .articles .item .img:before {
        height: 200%; } }

/*# sourceMappingURL=writer.css.map */
