gamma42 ,
This should make it only work on mobile devices:
/* MOBILE ONLY */
@media screen and (max-width: 769px){
/* MAIN BUTTON */
.buttonizer .buttonizer-button.buttonizer-head {
width: 56px !important;
height: 56px !important;
}
/* SUB BUTTONS */
.buttonizer .buttonizer-button-list .buttonizer-button {
width: 40px !important;
height: 40px !important;
}
}
Let me know if it worked for you!