 @media (hover: none) and (pointer:coarse) {
   .header {
     display: none;
   }

   .hvr-footer {
      display: none;
    }

    #pano {height: calc(100% )!important;}

    #hs{
      transform: translateY(0px) rotate(45deg) !important;
    }

    #hsDiv{
      max-height: calc(90vh - 40px) !important;

    }
 }