/* COMCON - imagine originală afișată complet, fundal alb */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}
.fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background: #fff;
}
.fullimage {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
