html,
      body {
        position: relative;
        height: 100%;
      }

      body {
        background: #fff;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
      }

      .container {
        margin: 0 auto;
        /* padding: 0 24px; */
        /*overflow: hidden;*/
        max-width: 1270px;
      }
      .block-content-wrap.bloggers-list.row.swiper-wrapper {
          display: flex;
          flex-wrap: wrap;
          grid-gap: 1.25%;
          justify-content: normal;
      }
      .area-featured-header h2 {
        color: #444;
        font-size: 19px !important;
        line-height: 28px;
        margin: 20px 0 0;
        text-transform: unset;
      }
      .slider-wrap {
        overflow: hidden;
        height: 100%;
        width: 100%;
        /* max-width: 1220px; */
        background: red;
      }

      .swiper-container {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
      }

      .swiper-slide {
        width: 24%;
        margin-bottom: 32px;
        /* opacity: 1;
            transition: opacity 1s; */
      }
@media only screen and (min-width: 1270px) {
    .article--grid__header .article__featured-image {
        height: 153px;
    }
}
@media (max-width: 1269px) {
    .article--grid__header .article__featured-image {
        height: calc((24vw - 14px)* 1 / 1.91);
    }
}
@media only screen and (max-width:  1023px) {
    .article--grid__header .article__featured-image {
        height: calc((24vw - 14px)* 1 / 1.91);
    }
}
@media only screen and (max-width: 900px) {
  .swiper-slide {
        width: 100%;
        margin-bottom: 32px;
        /* opacity: 1;
            transition: opacity 1s; */
      }
  .article--grid__header .article__featured-image {
        height: calc((100vw - 64px)* 1 / 1.91);
    }
}
@media only screen and (max-width: 599px) {
  .article--grid__header .article__featured-image {
        height: calc((100vw - 18px)* 1 / 1.91);
    }
}

      .swiper-slide a {
        /* display: flex; */
      }

      /* .swiper-slide a:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M20%200C9%200%200%209%200%2020s9%2020%2020%2020%2020-9%2020-20S31%200%2020%200zM16%2029V11l12%209L16%2029z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E%0A");
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 40px;
        filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
        transition: 0.6s all;
        cursor: pointer;
      } */

      .swiper-slide img {
        max-width: 100%;
        width: 100% !important;
        object-fit: cover;
        aspect-ratio: 1.91/1;
      }

      .ruby-block-inner .swiper-container {
        overflow: hidden;
      }
      .desktop-view {
        display: block;
      }
      .mobile-view {
        display: none;
      }
      @media only screen and (max-width: 767px) {
        .ruby-block-inner .swiper-container {
          overflow: auto;
          margin-left: -10px;
          margin-right: -10px;
          width: calc(100% + 10px);
        }
        .swiper-list .swiper-container .block-content-wrap {
          /* margin-left: -10px;
            margin-right: -10px; */
        }
        .swiper-list .swiper-slide.col-xs-6 {
          width: calc(78% - 10px) !important;
          margin-left: 10px !important;
          margin-right: 0px !important;
        }
        .swiper-list .post-grid {
          padding-left: 0;
          padding-right: 0;
          margin-bottom: 0;
        }
      }
      .swiper-container .swiper-slide .post-grid {
        padding: 0;
        margin-bottom: 0;
      }
      .swiper-slide-visible {
        /* opacity: 1; */
        /* transition: opacity 1s; */
      }
      .swiper-container .block-content-wrap {
        margin-left: 0;
        margin-right: 0;
      }

      .btn-arrow {
        background-image: unset;
        top: calc(50% - 26px);
      }

      .arrow-prev-next-btn {
        position: absolute;
        top: 50%;
        width: 44px;
        height: 44px;
        border: none;
        border-radius: 50%;
        background: white;
        background: hsl(189deg 100% 40% / 75%);
        cursor: pointer;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
      }

      .arrow-prev-next-btn button {
        left: 25%;
        top: 25%;
        position: absolute;
        width: 50%;
        height: 50%;
      }

      .arrow-prev-next-btn svg {
        position: absolute;
        left: 25%;
        top: 25%;
        width: 50%;
        height: 50%;
      }

      .arrow-prev-next-btn .arrow {
        fill: #d6d6d6;
      }

      .arrow-prev-next-btn.previous {
        left: -5px;
      }

      .arrow-prev-next-btn.next {
        right: -5px;
      }

      .list-pagination-wrap .swiper-pagination {
        width: auto;
        position: relative;
        display: flex;
      }
      .list-pagination-wrap {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        margin-top: 24px;
      }
      .list-pagination-wrap .swiper-button-next,
      .list-pagination-wrap .swiper-button-prev {
        position: relative;
        display: flex;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        margin: 0;
        width: 16px;
        height: 26px;
        background-size: contain;
      }
      .list-pagination-wrap .swiper-button-next{
        background-image:unset;
      }
      .list-pagination-wrap .swiper-button-prev{
        background-image: unset;
      }
      .list-pagination-wrap .swiper-pagination-bullet {
        margin: 5px;
      }
      .list-pagination-wrap .swiper-pagination-bullet-active {
        background-color: var(--theme-color);
      }

      .swiper-list .col-sm-4.col-xs-6 .post-thumb-outer .is-image {
        aspect-ratio: 1.91/1;
        max-height: calc((100vw / 1.3 - 15px) *1/1.91);
      }

      .desktop-view {
        display: flex;
      }
      .mobile-view {
        display: none;
      }
      @media only screen and (max-width: 767px) {
        .desktop-view {
          display: none;
        }
        .mobile-view {
          display: flex;
        }
      }
      .btn-arrow.desktop-view {
          display: none;
      }
    .swiper-list .article--grid__header .article__featured-image {
        height: auto;
        aspect-ratio: 1.91/1;
    }
    .grid__item img {
        width: 100%;
    }

.heading.heading--main.article--list {
    margin: 24px 0 !important;
}
.newlayout .article--grid{
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px){
   .swiper-list .swiper-container{
       overflow: auto;
   }
   .newlayout .article--grid{
      margin-bottom: 10px;
    }
}

.newlayout.swiper-list .article--grid__header {
    width: 100%;
}
.newlayout.swiper-list .article--grid__header a.small-link:hover{
  color:var(--theme-color);
  text-decoration: underline!important;
}
.area-featured-header>.area-featured-title:first-child {
    margin-top: 0;
}
.area-featured-header h2.area-featured-title a {
    font-size: 19px !important;
}
.article--grid__meta .split__title {
    width: 50% !important;
}
.article--grid__header .article__featured-image{
    text-align: left;
}