.thumbnail-lit{
    background-size: cover;
    height: 330px;
}


.pic-wrapper{
    position: absolute;
}
.pic-label{
    background-color: white;
    padding: 10px 10px 10px 10px;
    top: 20px;
    position: relative;
    border: 1px solid white;
    margin-left: 20px;
    color: #4a4a4a;
    font-size: 13px;
}
.pic-content{
    padding: 10px;
    color: white;
    margin-top: -16px;
    min-height: 68px;
}
.interviews{
    position:absolute;
}
.all-inteviews{
    position: relative;
    bottom: -360px;
    font-size: 18px;
}
.ai-arrow{
    position: relative;
    bottom: -360px;
    width: 25px;
    height: 25px;
    margin-left: 20px;
    color: #4a4a4a;
}
.all-inteviews a{
    color: #4a4a4a;
}
.pic-content a {
    color:white;
}

.pic-content a:hover {
    color:#e30513;
}

.counter-0{
    background-color: #f18289;
}

.counter-1{
    background-color: #aee6ea;
}

.counter-2{
    background-color: #f6cb91;
}

.all-inteviews a:hover{
    color:#e30513;
}

/* lit news styles begin */

.thumbnail-lit-news{
    height: 200px;
    object-fit: cover;
}

.all-inteviews-news{
    bottom: -220px;
}

.ai-arrow-news{
    bottom: -218px;
}

.pic-content-news{
    color: white;
    min-height: 124px;
}

.pic-content-news a{
    font-family: lora;
}

.nbc-news_wrapper .thumbnail-lit-news{
    width: 100%;
    height: 200px!important;
}

.next-news-wrapper .thumbnail-lit-news{
    background-color: #444;
}

@media screen and (min-width: 1200px){
    .next-news-wrapper .wp-block-column{
        margin-right: 10px;
    }
}

.next-news-link-wrapper .all-inteviews{
    bottom: 0px;
    position: absolute;
}

.next-news-link-wrapper .interviews{
    position: relative;
}

.next-news-link-wrapper .ai-arrow{
    bottom: unset;
}

.next-news-link-wrapper a{
    color: #4a4a4a;
}

.next-news-link-wrapper a:hover{
    color: #e30513;
}

.next-news-wrapper{
    align-items: baseline!important;
}
