@charset "utf-8";
.resizeimage {
}

@media screen and (max-width: 640px) {
   img.resize { width: 100%; }
   img.resize { height: 100%; }
}