The payment methods image looks to be stretched in desktop as well (in chrome anyways). Adding:
Code:
.footer--message img {
max-height: 23px;
max-width: 206px;
}
to the stylesheet.css should fix that. I would put it near the css for the .footer--message around line 530.
The flexslider.css file has a min-height set around line 177, turning that off in the inspector in chrome fixes the stretched images in the slider.
Bookmarks