@Cindy808 If you remove or comment out the code on line 379 in your css – width: auto; it should take care of it –
img {
height: auto;
width: auto;
}
You can remove it altogether or comment it out like this –
img {
height: auto;
/*width: auto;*/
}
If you would like to keep the original code in.