So I manage to hide it (completely) for mobiles, see the code in bold below.... but I would like to hide it (on mobile only) when it reaches the footer and when I open the menu. Is this at all possible?
The link sent previously is without the bold code under, so you can see what i mean, specially with the floating button showing when opening the menu on mobile.
<div class="kl-float">
<a href="https://seafoodpeople.squarespace.com/s/Cristiane-Hamnes.vcf">
<p style="color:white">Download vCard</p>
</a>
<style>
@media screen and (max-width:767px) {
.kl-float {display: none !important;}
</style>
</div>