.news-container{
    margin-left: auto;
    margin-right: auto;
    width: 90%;

}
.card-padding{
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.news-last-text{
    display: block;
    overflow: hidden;
    white-space: pre-line;
    text-overflow: ellipsis !important;
    height: 6em;
}
.news-last-text-container{
    min-height: 64px;
    max-height: 128px;
}
.news-last-url{
    text-decoration: black underline;
}
.news-img{
    filter: opacity(0.3) brightness(150%);
}
.news-img-gray{
    filter: opacity(100%) grayscale(0%) brightness(40%);
}
.news-last-card-image{
}
.news-date{
    font-size: small;
    margin-top: auto;
    margin-bottom: auto;
}
.news-views{
    font-size: small;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 16px;
    min-width: 42px;

}
.news-last-card-action{
    padding-left: 16px !important;
    padding-right: 8px !important;
}
.news-caption{
    font-size: 3vw;
    margin-top: 16px;
    margin-bottom: 8px;
}
.card-image-container{
    max-width: 350px !important;
}
.card-title{
    line-height: 2rem !important;
}
@media only screen and (max-width : 992px){
    .news-caption{
        font-size: xx-large;
    }
    .card-title{
        font-size: x-large !important;
        line-height: normal !important;
    }
    .news-container{
        width: 95%;
    }
    .card-action{
        padding: 8px !important;
    }
    .card-content{
        padding: 16px !important;
    }
}
@media only screen and (max-width : 450px) {
    .card-title{
        font-size: large !important;
    }
    .news-container{
        width: 97%;
    }
}