﻿.weatherTiles *{max-width:unset!important;}.weatherTiles .time{font-size:4rem;}.weatherTiles .weather-city{background-image:var(--background-home-url,black)!important;background-position-y:center;background-size:cover;background-repeat:no-repeat;height:100%;width:100%;}.weatherTiles .tile{color:#fff;background-color:#000;padding:25px;text-align:center;width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;}.weatherTiles .tile.thin{padding:10px 15px;text-align:left;font-size:small;}.weatherTiles .owm-01{background-image:url(../images/weather/01d.png);background-size:32px 32px;width:32px;height:32px;background-repeat:no-repeat;animation:spin 30s infinite linear;}.weatherTiles .owm-02{background-image:url(../images/weather/02d.png);background-size:32px 32px;width:32px;height:32px;background-repeat:no-repeat;animation:sun 5s linear infinite;}.weatherTiles .owm-03{background-image:url(../images/weather/03d.png);background-size:32px 32px;width:32px;height:32px;background-repeat:no-repeat;animation:shake 5s linear infinite;}.weatherTiles .owm-04{background-image:url(../images/weather/04d.png);background-size:32px 32px;width:32px;height:32px;background-repeat:no-repeat;animation:shake 8s linear infinite;}.weatherTiles .owm-09{background-image:url(../images/weather/09d.png);background-size:32px 32px;width:32px;height:32px;background-repeat:no-repeat;animation:rain .8s linear infinite;}.weatherTiles .owm-10{background-image:url(../images/weather/10d.png);background-size:32px 32px;width:32px;height:32px;background-repeat:no-repeat;animation:sunAndRain 4s linear infinite;}.weatherTiles .owm-11{background-image:url(../images/weather/11d.png);background-size:32px 32px;width:32px;height:32px;background-repeat:no-repeat;animation:storm .8s linear infinite;}.weatherTiles .owm-13{background-image:url(../images/weather/13d.png);background-size:32px 32px;width:32px;height:32px;background-repeat:no-repeat;animation:snow 2s linear infinite;}.weatherTiles .owm-50{background-image:url(../images/weather/50d.png);background-size:32px 32px;width:32px;height:32px;background-repeat:no-repeat;animation:tornado 4s linear infinite;}@keyframes spin{100%{transform:rotate(360deg);}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0);}20%,80%{transform:translate3d(2px,-1px,0);}30%,50%,70%{transform:translate3d(-2px,0,0);}40%,60%{transform:translate3d(2px,1px,0);}}@keyframes rain{0%{max-height:75%;overflow:hidden;}70%{max-height:100%;}}@keyframes sun{25%,70%{background-image:url(../images/weather/02d.png);}95%{background-image:url(../images/weather/02d-1.png);}}@keyframes sunAndRain{0%{max-height:78%;overflow:hidden;}25%,49%{background-image:url(../images/weather/10d.png);max-height:100%;}50%{max-height:78%;overflow:hidden;}70%{background-image:url(../images/weather/10d.png);}75%{max-height:100%;}95%{background-image:url(../images/weather/10d-1.png);}}@keyframes storm{0%{max-height:66%;overflow:hidden;}50%{max-height:100%;}}@keyframes snow{0%{max-height:66%;overflow:hidden;}80%{max-height:100%;}}@keyframes tornado{0%{-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);}100%{-moz-transform:rotateY(-360deg);-ms-transform:rotateY(-360deg);transform:rotateY(-360deg);}}