.show-list-btn {
    display: none;
}

@media only screen and (max-width: 760px) {
    .show-list-btn {
        display: block;
    }
}