.temp-72px {
    font-size: 72px;
}
.celsius-36px {
    font-size: 36px;
}
.icon-5em {
    max-width:5em;
    max-height:5em;
}
.icon-2em {
    max-width:2em;
    max-height:2em;
}
@media (max-width: 576px) {
    .temp-72px {
    font-size: 64px;
    }
    .celsius-36px {
        font-size: 24px;
    }
    .icon-5em {
        max-width:5em;
        max-height:5em;
    }
}

.bg-sumar {
    background-color: #93aede;
    background-image: url('/images/vremea-eu/bg/bg-blue.jpg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    color:white;
}

.grafic-vreme-ore{
    width:100%;
    max-height:150px;
}
