section.inner_page_breadcrumb{
    display: none;
}

#ccn-main .py-3{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}


.date_at{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(222,62,87);
    color: #ffffff;
    font-size: 1.2rem;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-weight: bold;
    line-height: normal;
    padding: 8px 15px;
}

.content-card{
    position: relative;
    /*border: 1px solid red;
    border-radius: 8px;
    height: 100px;
    font-size: 30px;
    padding: 10px;
    line-height: normal;
    */
} 
.content-card .text{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20% 20px 20px;
}
.content-card .text .title{
    font-size: 2rem;
}

.folder-gray{
    opacity: .7;
    filter: grayscale(1);
}
#ccn-main-region{
    padding-top: 0px;
}
.bg-poster{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.border-dark{
    border-color: rgb(51,51,51);
}