@media (hover: none) {
    .fixed-pos-elem button.has-on:hover .state.btn-on {
        display: none !important;
    }

    .fixed-pos-elem button.has-on:hover .state.btn-off {
        display: block !important;
    }

    .fixed-pos-elem button.has-down:active .state.btn-down {
        display: block !important;
    }

    .fixed-pos-elem button.has-down:active .state.btn-off {
        display: none !important;
    }
}