#espa-promo {
    position: fixed;
    background: white;
    padding: 5px;
    z-index: 100000000000;
}

.left-top {
    left: 0;
    top: 0;
}

.left-center {
    left: 0;
    bottom: 45vh;
}

.left-bottom {
    left: 0;
    bottom: 0;
}

.center-top {
    left: 0;
    top: 0;
}

.center-bottom {
    left: 0;
    bottom: 0;
}

.right-top {
    right: 0;
    top: 0;
}

.right-center {
    right: 0;
    bottom: 45vh;
}

.right-bottom {
    right: 0;
    bottom: 0;
}
.espa-inner {
    position: relative;
}
a.close-espa {
    position: absolute;
    right: 5px;
    padding: 0px;
}
.close-espa img {
    filter: invert(1);
    width: 15px;
    height: 15px;
}

#espa-promo.hidden {
    display: none;
}