.p0 img{
      max-width: 170px; 
      max-height: 230px;
}

.p10{
      border: 1px solid #ccc;
      height: 250px;
}

@media screen and (max-width: 650px) {

        .p10{
            height: 500px!important;
        }
        .p0 img{
            max-height: 300px!important;
            max-width: 200px!important;
        }
       
  }