@media only screen and ((max-width: 160px) or (max-height: 60px)){
  html, body{
    margin: 1px;
    padding: 1px;
    min-width: unset;
  }
  
  html::after,html::before{
    display: none;
  }
  
  body > *{
    display: none;
    margin: 0;
    padding: 0;
  }
  
  body::after{
    content: '9692457532';
    font-weight: bold;
    text-shadow: none;
    display: block;
    text-align: center;
    border: solid 2px;
    margin: auto;
    min-width: 80px;
    width: max-content;
    padding: 0px 4px;
  }
  
} 
