@font-face {
    font-family: 'elior';
    src: url('../fonts/elior_regular-webfont.eot');
    src: url('../fonts/elior_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/elior_regular-webfont.woff') format('woff'),
         url('../fonts/elior_regular-webfont.ttf') format('truetype'),
         url('../fonts/elior_regular-webfont.svg#eliorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geosanslight';
    src: url('../fonts/geosanslight-webfont.eot');
    src: url('../fonts/geosanslight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geosanslight-webfont.woff') format('woff'),
         url('../fonts/geosanslight-webfont.ttf') format('truetype'),
         url('../fonts/geosanslight-webfont.svg#geosanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
    padding:0;
    margin:0;
    box-sizing: border-box;
}

body{
    position: absolute;
    width: 100%;
    height: 100%;
    padding:0;
    margin:0;
    overflow: hidden;
    font: 30px 'elior', arial, sans-serif;
}

#aspectRatioVertical{
    position: relative;
    width: 1080px;
    height:1920px;
    top:0;left:0;
    overflow: hidden;
}

.slider{
    position: relative;
    overflow:hidden;
}


.meteo{
    font-family: 'elior', 'geosanslight', sans-serif;
    font-size: 100px;
    color:white;
}

.meteo .video,
.meteo .video video{
    width: 100%;
    height:100%;
}

.meteo h1{
    font-family: 'geosanslight', sans-serif;
    font-weight: 400;
    font-size: 200px;
}

.meteo .today-date{
    font-size: 80px;
}

.meteo .today-time{
    font-family: 'geosanslight', sans-serif;
    font-weight: 400;
    font-size:80px;
}

.meteo .today-icon{
    width: 450px;
    height: auto !important;
}


.meteo .today-min-value,
.meteo .today-max-value{
    width: 300px;
    text-align: center;
    font-size: 1.5em;
}


.meteo .day{
    width: 310px;
    padding: 0px 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
}

.day .day-text{
    display: inline-block;
    width: 95%;
    margin-bottom: 1em;
    font-size: 0.5em;
    border-radius: 10px;
    background: #1EA1BA;
}

.day .day-icon{
    display: inline-block;
    width:80%;
    height:auto;
}

.day .day-temp{
    font-size:80px;
}

.day .day-temp span{
    display: inline-block;
    font-size:60px;
    line-height: 80px;
}













