.news-image-preview {
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    position: relative;
}

.news-list-image {
    position: relative;
}

.news-image-preview .image-tag,
.news-list-image .tag {
    position: absolute;
    top: 2px;
    right: 2px;
    background: rgba(245, 126, 32, 1);
    font-size: 10px;
    padding: 2px;
    color: white;
    font-weight: bold;
    border: 1px solid white;
    text-transform: uppercase;
}


.news-inner .tags {
    margin: 20px 0;
}

.news-inner .tag ,
.article-list .tag{
    background: rgba(245, 126, 32, 1);
    padding: 2px 5px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.article-list .tag{
    display: block;
    width: 100%;
    margin-bottom: 2px;
    text-align: center;
    font-size: 12px;
    color :black;
}