@media screen and (orientation:portrait) {
 .school-project2 ul li a img{height:50px;}
 
}
@media screen and (orientation:landscape) {
   .school-project2 ul li a img{height:80px;}
}