/* Sticky Mobile Banner */
#snack_sticky_ad {
    width: 100%;
    height: 50px;
    max-height:50px;
    background: transparent;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index:9999;
}
#snack_sticky_ad div {
margin: 0 auto;
height: 50px;
max-height:50px;
display:inline-block;
text-align: center;
}

#snack_sticky_ad_spacer {
  height: 50px; 
  max-height:50px;
  width: 100%
}