@media(max-width: 1500px){
    .weather_label {
        font-weight: 500;
        font-size: 1em;
    }

    .weather_field {
        font-weight: 500;
        font-size: 0.7em;
        line-height: 1.5em;
    }

    .weather_footer {
        font-weight: 400;
        font-size: 1.25em;
        line-height: 0.75em;
        padding-left: 0.3125em;
    }

    .weather_logo {
        width: 0.75em;
    }

    .textWrap {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: flex;
        height: 100%;
        align-items: center;
    }

    .weather_pic {
        position: absolute;
        right: -3em;
        top: -4em;
    }
}

@media(min-width: 1500px){
    .weather_label {
        font-weight: 500;
        font-size: 1.25em;
    }

    .weather_field {
        font-weight: 500;
        font-size: 1em;
        line-height: 1.5em;
    }

    .weather_footer {
        font-weight: 400;
        font-size: 1.5em;
        line-height: 0.75em;
        padding-left: 0.3125em;
    }

    .textWrap {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: flex;
        height: 100%;
        align-items: center;
    }

    .weather_pic {
        position: absolute;
        right: -3em;
        top: -4em;
    }

    .weather_logo {
        width: 1.25em;
    }
}