.pm_meteo_container
{
	position:relative;
	width:100%;
	height:140px;
}

.pm_meteo_info
{
	position:relative;
	width:100%;
	height:60px;
}

.pm_meteo_next, .pm_meteo_now
{
	position:absolute;
	mask-size:100%;
}

.pm_meteo_now
{
	left:0px;
	top:0px;
	width:140px;
	height:140px;
	background-color:rgba(255, 255, 255, 0.75);
}

.pm_meteo_next
{
	right:0px;
	top:35px;
	width:70px;
	height:70px;
	background-color:rgba(255, 255, 255, 0.25);
}

.pm_meteo_clear
{
	mask-image:url(/js/programs/meteo/pics/clear.svg);
}

.pm_meteo_clouds
{
	mask-image:url(/js/programs/meteo/pics/clouds.svg);
}

.pm_meteo_rain
{
	mask-image:url(/js/programs/meteo/pics/rain.svg);
}

.pm_meteo_snow
{
	mask-image:url(/js/programs/meteo/pics/snow.svg);
}

.pm_meteo_thunder
{
	mask-image:url(/js/programs/meteo/pics/thunder.svg);
}