/* Lent posts */
.jeg_custom_lent_posts {
    counter-reset: section;
}
.jeg_custom_lent_posts .jeg_post:before {
    display: none;
}
.jeg_custom_lent_posts article.jeg_post {
    margin: 0;
    padding: 0;
}
.jeg_custom_lent_posts .jeg_post_title::before {
    counter-increment: section;
    content: counter(section);
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #e55959;
}
.jeg_custom_lent_posts .jeg_post_title {
    padding-left: 50px;
    margin-bottom: 25px;
    position: relative;
}
.slider-posts-area {
    margin-top: -50px;
}
.slider-posts-heading a {
    font-size: 22px;
    color: #1090ff;
    text-align: left;
    font-family: Fira Sans;
    font-weight: 500;
    font-style: normal;
}

.youtube-posts-heading a {
    font-size: 22px;
    color: #ffffff;
    text-align: left;
    font-family: Fira Sans;
    font-weight: 500;
    font-style: normal;
}

.slider-posts-heading h2 {
    border-bottom: 1px solid #afafaf;
    font-size: 22px;
}
.relative-slider {
    position: relative;
}
.side-swiper-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.ssn-prev {
    left: -18px;
    top: 90px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ssn-next {
    right: -15px;
    top: 90px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-swiper-nav i {
    font-size: 18px;
}
.swiper-slide
.thumbnail-container::after {
    background: #fff;
    border: 3px solid #1090ff;
    top: 75%;
    content: '';
    display: block;
    height: 75px;
    position: absolute;
    left: 93%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50px;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .slider-posts-area {
        display: none;
    }

    .mobile-slider
    .swiper-slide {
        width: 100% !important;
    }
}



