.espa-container {
    position: fixed;
    bottom: 0;
    left: 0;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    max-width: 350px;
    z-index: 999999;
    transition: opacity 300ms ease;
}

.espa-container img {
    width: 100% !important;
}