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