.box {
    width: 100%;
    height: 50%;
    position: relative;
    border: 1px solid #BBB;
    background: #FFF;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 20px;
	
}
.box2 {
    width: 98%;
	height: 268px;
	position: relative;
	border: 1px solid #BBB;
	background: #FFF;
	margin-bottom: 5px;
	padding: 11px;
	border-radius: 20px;
	
}
.box3 {
    width: 115%;
    height: 120px;
	position: relative;
	border: 1px solid #BBB;
	background: #FFF;
	margin-bottom: 5px;
	padding: 11px;
	border-radius: 20px;
	
}
.ribbon {
  position: absolute;
  right: -5px; top: -4px;
  z-index: 1;
  overflow: hidden;
  width: 118px; height: 118px;
  text-align: right;
}
.ribbon span {
        font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 130px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 18px;
    right: -30px;
    padding-top: 3px;
    padding-left: 4px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}