.aboutme {
  position: absolute;
  bottom:3.5em;
  right:10em;
  z-index: 10;

  min-width:30em;
  width:45vw;
  max-width:60em;
  text-align: right;
}

.pillMask {
  height: 14vw;
  width: 10vw;

  -webkit-border-radius: 7vw;
     -moz-border-radius: 7vw;
      -ms-border-radius: 7vw;
       -o-border-radius: 7vw;
          border-radius: 7vw;

  overflow: hidden;
  display:inline-block;
}