/*Large Mobile Devices: 425px+ */
@media(min-width:425px){

  /*=== Home ===*/
  #home .image{
    padding: 1rem;
  }
  /*=== About ===*/
  #about .image,
  .publication .image{
    padding: 0 1rem;
  }
  /*=== Contact ===*/
  #contact{
    text-align: left;
  }

}