@media only screen and (max-width: 600px) {
  .whiteproduct__thumb img {
      max-width: 100%;
      width: 244px !important;
      height: 200px;
  }
}