.cat-slide-container {
    display: flex !important;
    align-items: center;
    flex-direction: column-reverse;
}
.col-lft,
.col-rght {
    flex: 1 0 50%;
    text-align: left;
}
.col-lft {
    padding-top: 30px;
}
.col-lft h2 {
    padding-bottom: 0;
    line-height: 1;
    color: var(--dark);
}
.col-lft .cat-authors {
    line-height: 1.5;
    margin-top: 3px;
}
.cat-description {
    margin-top: 20px;
    max-width: 600px;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 20px;
    overflow: scroll;

    /* Hide scrollbar for Chrome, Safari and Opera */
    -webkit-overflow-scrolling: touch;
}
.cat-description::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.cat-description {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.cat-slide-container img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
/*    object-position: top;*/
    max-height: 340px;
/*    max-height: inherit;*/
    max-width: 100%;
}
#category-slider .slick-current.slick-active {
/*    font-weight: 900;*/
    opacity: 1;
}
#category-slider .slick-slide {
    color: var(--dark);
    font-family: var(--SentinelSemibold);
    opacity: .5;
    text-align: center;
    margin: 0 30px;
}
#category-slider .cat-count {
    color: var(--lightOrange);
    line-height: 1;
    font-size: var(--smallestFontMin);
}
#category-slider .slider-nav-item {
    font-size: var(--smallestFontMax);
}
#category-slider ul.cat-authors-contributors-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
#category-slider ul.cat-authors-contributors-list li:not(:last-child) {
    margin-right: 4px;
}
#category-slider ul.cat-authors-contributors-list li a {
    color: var(--darkOrange);
    text-transform: uppercase;
    transition: .4s ease;
}
#category-slider ul.cat-authors-contributors-list li a:hover {
    color: var(--black);
}
.cat-archive-btn {
    background: var(--darkOrange);
}
body.et-db #et-boc .cat-archive-btn a {
    color: var(--white);
    font-weight: 400;
}
ul.slider-nav {
    padding: 0;
}
ul.slider-nav:before {
    content: '';
    background: linear-gradient(to left, transparent, white 90%);
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 100%;
    z-index: 1;
}
ul.slider-nav:after {
    content: '';
    background: linear-gradient(to right, transparent, white 90%);
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 100%;
    z-index: 1;
}
.slider-for {
    margin-top: 50px;
}
body .slick-prev {
    left: 0;
}
body .slick-next {
    right: 0;
}
body .slick-prev, 
body .slick-next {
    width: 50px;
    height: 50px;
    z-index: 2;
}
body .slick-prev:before {
    content: '';
    display: block;
    height: 50px;
    width: 50px;
    background: url('../img/Icon-Arrow-Left.svg') no-repeat;
}

body .slick-next:before {
    content: '';
    display: block;
    height: 50px;
    width: 50px;
    background: url('../img/Icon-Arrow-Right.svg') no-repeat;
}
/*
* ----------[TRENDING SLIDER]--------*
*/
#trending-slider {
    max-width: 90%;
    margin: auto;
}
#trending-slider .slick-list {
    padding: 0;
    max-height: 530px;
}
body #trending-slider .slick-prev {
    right: 60px;
    bottom: -50px;
    top: auto;
    left: auto;
    transform: none;
}
body #trending-slider .slick-next {
    right: 0;
    bottom: -50px;
    top: auto;
    transform: none;
}
@media only screen and (min-width: 981px) {
    .col-lft,
    .col-rght {
        max-height: 600px;
    }
    #trending-slider .slick-list {
        padding: 0 5% 0 0;
    }
    body #trending-slider .slick-prev {
        left: -8%;
        top: 50%;
        bottom: unset;
        transform: translate(0, -50%);
    }
    body #trending-slider .slick-next {
        right: -8%;
        top: 50%;
        bottom: unset;
        transform: translate(0, -50%);
    }
}
@media only screen and (min-width: 1025px) {
    .cat-slide-container {
        flex-direction: row;
    }
    .cat-description {
/*        display: block;*/
        max-height: 300px;
        overflow: scroll;
    }
    .slider-for {
        margin-top: 40px;
    }
    body #trending-slider .slick-prev {
        left: -5%;
    }
    body #trending-slider .slick-next {
        right: -6%;
    }
    .cat-slide-container img {
        max-height: 400px;
        max-width: none;
    }
    .col-lft {
        padding-top: 0px;
        padding-right: 5%;
    }
}

