

div.unitWrapper {
  padding: 5px;
  display: inline-block;
  width: 100%; /*354px;*/
  height: 100%; /*205px;*/
  overflow: hidden;
  vertical-align: top;
}

div.Unit {
  padding: 0;
  transform-origin: top left;
 /* transform:  scale(0.25);*/
  position: static;
  display: inline-block;  
  text-align: center;
  vertical-align: top;

}

div.unitImages img {
  padding: 0;
  transform-origin: top left;
  max-width: 100%;
  height: auto;
  width: auto;
 /* transform:  scale(0.25);*/
  
 position: relative;
  display: inline-block;  
}

.NoBack {
  display: none;
}

.largeCard {
  color: black;
  /* width: 160mm;
  height: 93mm; */
}
.smallCard {
  color: black;
  /* width: 84mm;
  height: 119mm; */
}

.boxes {
  width: min-content;
  min-width: 100%;
}

div.Cards {
  height: 100%;
  overflow-y: scroll;
}

div.ArmyCards {
  min-width: 400px;
  height: 100%;
  overflow-y: auto;
}

