.c-espa-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
z-index: 99;
}

.c-espa-banner img {
border-radius: 10px;
    box-shadow: -2px 10px 7px rgb(0 0 0 / 20%);
}

@media (max-width: 990px) {
.c-espa-banner {
    position: relative;
text-align: center;
    bottom: 20px;
    right: 0;
}
.c-espa-banner img {
border-radius: 10px;
    box-shadow: -2px 10px 7px rgb(0 0 0 / 0%);
}
}