@media screen and (min-width: 768px) {
    .show-more-button {
        display: none;
    }

    .show-more-button-functions {
    display: none;
    }
}

