.offerTag{
	padding: 10px;
    display: table-cell;
    background-color: #ff9c35;
    font-size: 1em;
  	font-weight:600;
    color: #000;
    font-family: sans-serif;
    overflow: visible;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  	border-top-left-radius:7px;
  text-shadow: 1px 1px #ffffff82;
  line-height:1;
 }
@media screen and (max-width:900px){
.offerTag {
    padding: 5px 10px !Important;
    font-size: 0.9em !Important;
}