@media (max-width: 600px){
  html{
    font-size: 12px;
  }

  .project-lable, .tutorial-lable{
    font-size:2rem !important;
  }
  .project-item-bottom img, .tutorial-item-bottom img{
    width: 300px;
    height: 220px;
  }

  .gallery1{
    display:block;
  }
}