Awesome! That was exactly what I was looking for! Just added the @media query to the code to make it adjust only for bigger screens, in case someone else wants to do this:
/* Snow Forecast 1st Image Width - big screens */
@media screen and (min-width: 768px) {
.snow-forecast {
width: 59%;
}