.corner-ribbon {
    top: auto;
    right: -14px;
    bottom: -14px;
    left: auto;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 220px;
    height: 220px;
    text-align: right;
}

.corner-ribbon span {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 260px; display: block;
    background: #8F0808;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    position: absolute;
    top: auto;
    right: -49px;
    bottom: 66px;
    left: auto;
}
.corner-ribbon span::before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 100%;
    z-index: -1;
    border: 10px solid #8F0808;
    border-right-color: transparent;
    border-top-color: transparent;
}
.corner-ribbon span::after {
    content: '';
    position: absolute;
    right: 0%;
    bottom: 100%;
    z-index: -1;
    border: 10px solid #8F0808;
    border-top-color: transparent;
    border-left-color: transparent;
}