.-desktop-hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.-tablet-hide {
    position: static;
}

.-mobile-hide {
    position: static;
}

.-desktop-tablet-hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.-desktop-tablet-mobile-hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.-tablet-mobile-hide {
    position: static;
}

.-desktop-mobile-hide {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

@media (max-width: 768px) {
    .-desktop-hide {
        position: static;
    }

    .-tablet-hide {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .-mobile-hide {
        position: static;
    }

    .-desktop-tablet-hide {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .-desktop-tablet-mobile-hide {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .-tablet-mobile-hide {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .-desktop-mobile-hide {
        position: static;
    }
}

@media (max-width: 640px) {
    .-desktop-hide {
        position: static;
    }

    .-tablet-hide {
        position: static;
    }

    .-mobile-hide {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .-desktop-tablet-hide {
        position: static;
    }

    .-desktop-tablet-mobile-hide {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .-tablet-mobile-hide {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .-desktop-mobile-hide {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}