.ffutil-show-desktop {
    
    display: none;
}

.ffutil-show-tablet {

    display: none;
}

.ffutil-show-mobilewide {

    display: none;
}

.ffutil-show-mobilenarrow {

    display: none;
}

@media screen and (min-width: 1024px) {

    .ffutil-show-desktop {

        display: block;
    }
}

@media screen and (max-width: 1023px) {

    .ffutil-show-mobilenarrow {

        display: block;
    }
}
