$(function(){
    if (window.location.href.indexOf('douchecabines') > -1){
      $('.offerpads_img').css('height','290px').css('background-color','#F0F1F2').css('background-repeat','no-repeat');
    }
});
