p.email, p.jm {
   text-align: center;
}

.jmratio {
  display: grid;
  float: left;
  width: 100%;
  margin: 0;
}

.jmratio > * {
  grid-area: 1/1;
}

div.jmpic{
  margin-top:30px;
  margin-left:auto;
  margin-right:auto;
  background-image: url('jmProfile.jpg');
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height:400px;
  background-size: contain;
}

@media only screen and (min-width: 950px) {
  /* For desktop: */

.jmratio {
  width: 99.4%;
  margin: 0.3%;
  margin-left:auto;
  margin-right:auto;
}
