.corner-ribbon{
    width: 155px;
    background: #3d996e;
    /*position: absolute;
    top: 25px;
    left: -50px;*/
    text-align: center;
    line-height: 38px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
    position: fixed;
}

.corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{ 
    top: 6px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
} 

.discount-ribbon{
    width: 155px;
    background: #dd3e1c;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* Custom styles */

.discount-ribbon.sticky{
    position: fixed;
}

.discount-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.discount-ribbon.top-right{ 
    top: 6px;
    right: -52px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
} 