.espa-section img {
    width: 100%;
    max-width: 130px;
}
.espa-section.absolute {
    position: absolute;
    top: calc(100vh - 200px);
    left: 10px;
    z-index: 99;
}
.espa-section.fixed {
    position: fixed;
        bottom: 10px;
    left: 10px;
        z-index: 99;
}
a.espa-tablet-logo{display: none;}
@media (max-width:1024px){
    a.espa-desktop-logo {display: none;}
}
@media (min-width:1025px){
    a.espa-mobile-logo {display: none;}
}
@media (min-width:468px) and (max-width:1024px){
    a.espa-mobile-logo {display: none;}
    a.espa-tablet-logo{display: block;}
}




