@media only screen and (min-height: 690px) and (min-width: 375px){
 .crabbingnewban .list{
  height: 94px!important;
   
  }  
 }
@media only screen and (device-height: 896px) and (device-width: 414px) and (-webkit-device-pixel-ratio: 3){
 .crabbingnewban .list{
  height: 100px!important;
   
  }
}
