Cómo hacer que el botón aparezca en el flotador

.btn {
    display: none;
}

img:hover + .btn, .btn:hover {
    display: inline-block;
}
Coder.html