/* // mobile */

@media (max-width: 768px) {

  /* fonts  */

  h1,h2 {
    font-size: 42px !important;
  }

  #grid-img {
    padding-bottom:100% !important;  
  }

  /* category pages  */

  #archive-header {
    padding-bottom: 80% !important;
  }
  #img-archive img {
    height: 250px !important;
  }

}