/* Alphadot */


#alphadot {
  position:relative;
  width:auto;
  transform: scale(0.5);
  height:300px;
}


.character-container {
  padding:0;
  margin:0;
  position:relative;
  display:inline-block;
  width:80px;
  height:178px;
  top:0px;
  left:0px;
  overflow:hidden;
  /* transform: scale(0.5); */
  margin:0 10px;

}



.character {
    position:absolute;
    top:0px;
    left:0px;
    padding:0;
    margin:0;
    width:3198px;
    height:178px;
}

.character img {
  height:101% !important;

}

.lowercase, .uppercase {
  position:absolute;
  top:0px;
  left:0px;
  padding:0;
  margin:0;
  width:3198px;
  height:178px;


}

.uppdercase {
  display:none;
}
