/** @media screen 
    and (max-device-width: 360px)
    and (max-device-height: 640px)
    and (-webkit-device-pixel-ratio: 4)
    and (orientation: portrait) {
  h1 {
    font-size: 2em;
  }
}

h3 {
    font-size: 1em !important;
}