@media only screen and (max-width: 600px) {
  *[class="gmail-fix"] {
    display: none !important;
  }
}

@media only screen and (max-width: 480px) {
  .mobile-font-pfp {
    font-size: 25px !important;
    line-height: 25px !important;
  }
}