.hiddenuploadfield {
display: none !important;
}

// Hides filename and download below item
//.directDownload {
//  display: none !important;
//  height: 0px;
//}


#body-public footer {
  height: 0px;
  display: none !important;
}

#imgframe {
  width: 95%;
}

#imgframe img {
  max-height: calc(100vh - var(--header-height) - 78px) !important;
}