#awekas_weather_content{
    width: 219px;
    height: 160px;
    font-family: "Raleway";
}
#awekas_weather_bez{
    font-size: 25px;
    position: relative;
    left: 50px;
}
#awekas_weather_flag_img{
    position: relative;
    top: -22px;
    left: 0px;
    width: 30px;
    height: 15px;
}
#awekas_weather_temp{
    font-size: 32px;
    position: relative;
    display: inline;
    top: -30px;
    left: -5px;
}
.awekas_weather_tempicon{
    height: 42px;
}
.awekas_weather_windicon{
    height: 40px;
}
.awekas_weather_rainicon{
    height: 40px;
}
#awekas_weather_temp_img{
    position: relative;
    display: inline;
    top: -17px;    
    left: -6px;
}
#awekas_weather_wind{
    font-size: 20px;  
    position: relative;
    top: -73px;      
    left: 52px;
}
#awekas_weather_wind_img{
    position: relative;
    top: -21px;
    left: -7px;
}
#awekas_weather_gust{
    font-size: 20px;  
    position: relative;
    top: -77px;      
    left: 44px;
}
#awekas_weather_rain{
    position: relative;
    font-size: 20px;    
    top: -118px;    
    left: 52px;
}
#awekas_weather_rain_img{
    position: relative;
    display: inline;
    top: -78px;
    left: -6px;
}
@media only screen and (max-width: 1000px) {
    #awekas_weather_bez{
        font-size: 18px;
        left: 40px;
    }
    #awekas_weather_temp {
        font-size: 25px;
    }
    #awekas_weather_wind{
        font-size: 17px; 
    }
    #awekas_weather_gust{
        font-size: 17px; 
    }
    #awekas_weather_rain{
        font-size: 17px; 
    }
}
@media only screen and (max-width: 768px) {
    #awekas_weather_bez{
        font-size: 25px;
        left: 50px;
    }
    #awekas_weather_temp {
        font-size: 32px;
    }
    #awekas_weather_wind{
        font-size: 20px; 
    }
    #awekas_weather_gust{
        font-size: 20px; 
    }
    #awekas_weather_rain{
        font-size: 20px; 
    }
}
@media only screen and (max-width: 480px) {
    #awekas_weather_bez{
        font-size: 18px;
        left: 40px;
    }
    #awekas_weather_temp {
        font-size: 25px;
    }
    #awekas_weather_wind{
        font-size: 17px; 
    }
    #awekas_weather_gust{
        font-size: 17px; 
    }
    #awekas_weather_rain{
        font-size: 17px; 
    }
}