#topLadyM{
  position: absolute;
  width: 28em;
  padding: .5em;
  top: 2pt;
  right: 2pt;
  color: white;
}  
@media (max-width: 768px) {
  #topLadyM {
    position: unset;
    color: unset;
    width: unset;
  }
}