* {
    margin: 0; padding: 0; border: 0; box-sizing: border-box;
}

img {
    max-width: 100%; /* limit the image to 100% of its parent's width. */
}