  .content{
  font-size: 9px !important;
  }
  
  @media only screen and (orientation: landscape) {
    .content{
      font-size: 12px !important;
      }
  }