.wa:before {
    display: block;
    content: '';
    width: 90px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.wa.small:before {
    width: 70px;
    height: 70px;
}

.wa.big:before {
    width: 150px;
    height: 150px;
}

.na:before {
    background-image: url('../images/weather/na.svg');
}

.day-clear:before {
    background-image: url('../images/weather/day-clear.svg');
}
.night-clear:before {
    background-image: url('../images/weather/night-clear.svg');
}

.day-blizzard:before {
    background-image: url('../images/weather/blizzard.svg');
}
.night-blizzard:before {
    background-image: url('../images/weather/blizzard.svg');
}

.day-cloudy-overcast:before {
    background-image: url('../images/weather/cloudy-overcast.svg');
}
.night-cloudy-overcast:before {
    background-image: url('../images/weather/cloudy-overcast.svg');
}

.day-cold:before {
    background-image: url('../images/weather/cold.svg');
}
.night-cold:before {
    background-image: url('../images/weather/cold.svg');
}

.day-fair:before {
    background-image: url('../images/weather/day-fair.svg');
}
.night-fair:before {
    background-image: url('../images/weather/night-fair.svg');
}

.day-hazy:before {
    background-image: url('../images/weather/day-hazy.svg');
}
.night-hazy:before {
    background-image: url('../images/weather/night-hazy.svg');
}

.day-hot:before {
    background-image: url('../images/weather/day-hot.svg');
}
.night-hot:before {
    background-image: url('../images/weather/night-hot.svg');
}

.day-mist:before {
    background-image: url('../images/weather/day-mist.svg');
}
.night-mist:before {
    background-image: url('../images/weather/night-mist.svg');
}

.day-mostly-cloudy:before {
    background-image: url('../images/weather/day-mostly-cloudy.svg');
}
.night-mostly-cloudy:before {
    background-image: url('../images/weather/night-mostly-cloudy.svg');
}

.day-partly-cloudy:before {
    background-image: url('../images/weather/day-partly-cloudy.svg');
}
.night-partly-cloudy:before {
    background-image: url('../images/weather/night-partly-cloudy.svg');
}

.day-dusty:before {
    background-image: url('../images/weather/dusty.svg');
}
.night-dusty:before {
    background-image: url('../images/weather/dusty.svg');
}

.day-fog:before {
    background-image: url('../images/weather/fog.svg');
}
.night-fog:before {
    background-image: url('../images/weather/fog.svg');
}

.day-hurricane:before {
    background-image: url('../images/weather/hurricane.svg');
}
.night-hurricane:before {
    background-image: url('../images/weather/hurricane.svg');
}

.day-rain-snow-mix:before {
    background-image: url('../images/weather/rain-snow-mix.svg');
}
.night-rain-snow-mix:before {
    background-image: url('../images/weather/rain-snow-mix.svg');
}

.day-rain:before {
    background-image: url('../images/weather/rain.svg');
}
.night-rain:before {
    background-image: url('../images/weather/rain.svg');
}

.day-sleet:before {
    background-image: url('../images/weather/sleet.svg');
}
.night-sleet:before {
    background-image: url('../images/weather/sleet.svg');
}

.day-smoke:before {
    background-image: url('../images/weather/smoke.svg');
}
.night-smoke:before {
    background-image: url('../images/weather/smoke.svg');
}

.day-snow-flurries:before {
    background-image: url('../images/weather/snow-flurries.svg');
}
.night-snow-flurries:before {
    background-image: url('../images/weather/snow-flurries.svg');
}

.day-snow:before {
    background-image: url('../images/weather/snow.svg');
}
.night-snow:before {
    background-image: url('../images/weather/snow.svg');
}

.day-thunderstorm:before {
    background-image: url('../images/weather/thunderstorm.svg');
}
.night-thunderstorm:before {
    background-image: url('../images/weather/thunderstorm.svg');
}

.day-tornado:before {
    background-image: url('../images/weather/tornado.svg');
}
.night-tornado:before {
    background-image: url('../images/weather/tornado.svg');
}

.day-wind:before {
    background-image: url('../images/weather/wind.svg');
}
.night-wind:before {
    background-image: url('../images/weather/wind.svg');
}

.day-winter-storm-warning:before {
    background-image: url('../images/weather/winter-storm-warning.svg');
}
.night-winter-storm-warning:before {
    background-image: url('../images/weather/winter-storm-warning.svg');
}
