.jetpack-subscribe-floating-button {
position: fixed;
z-index: 50000; bottom: 0;
right: 0;
}
@media screen and (max-width: 640px) {
.jetpack-subscribe-floating-button {
display: none;
}
}