div.featured-corner-badge {
    width: 109px;
    height: 65px;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    background-position: 0px 0px;
    background-image: url('/wp-content/plugins/featured-js/img/corder-badge-article.png');
}

article.category-thoughts div.featured-corner-badge {
    background-image: url('/wp-content/plugins/featured-js/img/corder-badge-blog.png');
}

div.new-corner-badge {
    width: 64px;
    height: 53px;
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent;
}

article.new-post div.new-corner-badge {
    background-image: url('/wp-content/plugins/featured-js/img/corder-badge-new.png');
}
