
.valOverlayTop {
  position: absolute; 
  bottom: 4px; 
  right: 14px;
  height: 28px; 
  text-align: right;
  z-index: 100;
  transition: opacity 1s, bottom 1s;
  pointer-events: none;
}

.valOverlayTopRA {
  position: absolute;
  bottom: 4px;
  left: 12px;
  height: 28px;
  text-align: right;
  z-index: 100;
  transition: opacity 1s, bottom 1s;
  pointer-events: none;
}
