.espa-banner-wrapper{
    position: fixed; right: 100px; bottom: 22px; z-index: 9999
}
.espa-banner{max-width:380px}

@media screen and (max-width: 767px){
    .espa-banner-wrapper{
        right:0;left: 0; bottom: 80px;
    }
    .espa-banner{max-width:320px}
}