@media screen and (max-width: 767px) {
.promo_banner .desktop-promo-banner {
    display: none; }	
}
@media screen and (min-width: 767px) {
.promo_banner .mobile-promo-banner {
    display: none; }
}
.promo_banner {
    position: fixed;
    bottom: 0px;
    z-index: 9999999;
}
footer#tft-footer {
    padding-bottom: 60px;
}
@media(max-width:767px){
    footer#tft-footer {
        padding-bottom: 185px;
    }
}