body.imagepreview {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

body.imagepreview header,
body.imagepreview .banner,
body.imagepreview .breadcrumbs,
body.imagepreview .map__content,
body.imagepreview .ribbon {
  display: none !important;
}

body.imagepreview .map.has-current-community .map__legend {
  z-index: 999;
}

body.imagepreview main {
  padding-top: 0;
}

body.imagepreview .map__container {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}

body.imagepreview .map__container .gmnoprint,
body.imagepreview .map__container .gm-control-active,
body.imagepreview .map__container .gm-style-cc
{
  display: none;
}
