/* Sale Offer */

.sale_image {
width: auto;
background: none !important;
height: auto !important;
width: auto !important;
}

.sale_image {
position: relative;
clear: both;
}

.sale_offer{
position: absolute;
bottom: -1em;
right: 0;
width: 100%;
height: auto;
color: #333;
padding: 20px;
line-height: 23px;
text-transform: uppercase;
font-weight: bold;
z-index: 999;
font-size: 30px;
opacity: .9;
transition:opacity .5s;
padding-bottom: 40px;
}

.sale_offer span{
font-size: 22px;
font-weight: normal;
text-decoration: line-through;
padding-right: 10px;
color: #BF4E30;
}

.sale_offer strong{
font-size: 30px;
display: inline;
clear: both;
color: #00935C;
}

.sale_image img{
max-width:100%;
opacity:.9;
transition:opacity .5s;
}

@media only screen and (max-width: 1000px) {
.benefits .sale_image {
  clear: both;
  float: left;
  margin: 0 20px 45px 0;
}
}