@media screen and (max-width: 768px) {
    .tl-with-fancybox #allrecords {
        display: none;
    }
    ::-webkit-scrollbar,
    ::-webkit-scrollbar-thumb,
    .scrollable::-webkit-scrollbar,
    .no-scrollbar::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }
}