@media screen and (max-width: 1024px) {
   .mobile-hide {
      display: none !important;
   }

   #nav-search-menu-mobile {
      width: 50% !important;
   }

   ul#powerbi-reports-list {
      li {
         width: 100% !important;

         img {
            width: 90% !important;
         }
      }
   }
}

@media screen and (min-width: 1024px) {
   .mobile-show {
      display: block !important;
   }

   #nav-search-menu-mobile {
      display: none !important;
   }
}
