@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300);
.wrapper {
    width: 100%;
    height: 100%;
    /*background-color: #263238;*/
    /*background: linear-gradient(#4197ec,#3d91e7) fixed;*/
    /*background: linear-gradient(#4197ec,#3d91e7) fixed;*/
    margin: 0;
    padding: 0;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    color: #fff;
}
.padding-10 {
    padding: 10px;
}
.margin-0 {
    margin: 0;
}
.margin-10 {
    margin: 10px;
}
.forecast-units {
    font-size: 2rem;
}
.day {
    background: linear-gradient(#4197ec, #0c6ec9, #0657a3) fixed;
}
.night {
    background: linear-gradient(#32343f, #26282f, #26282f) fixed;
}

.widget-container {
    padding: 0;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    /*color: #fff;*/
    width: 80%;
    height: 412px;
    display: block;
    /*background-color: #313e45;*/
    background-color: rgba(0,0,0,0.2);
    border-radius: 25px;
    /*   border: 5px solid #eceff1; */
    margin: 0 auto;
}

.top,
.middle,
.bottom {
    padding: 2rem;
    height: 100%;
}
/*.top {*/
/*    top: 0;*/
/*}*/
/*.middle {*/
/*    top: 40%;*/
/*}*/

/*.bottom {*/
/*    bottom: 0;*/
/*}*/

.story__image.story__image--with-background, .story--bbc .story__image.story__image--with-background {
    background-position: 0 50%
}

.story__image {
    width: 100%;
    display: block
}

.story__image--with-background {
    height: 100%;
    width: 50vw;
    position: absolute;
    left: 0;
    top: 0;
    max-width: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    -webkit-mask: -webkit-gradient(linear, left top, right top, color-stop(26.9841%, #000), color-stop(100%, transparent), to(transparent));
    -webkit-mask: -webkit-linear-gradient(left, #000 26.9841%, transparent 100%, transparent);
    mask: -webkit-gradient(linear, left top, right top, color-stop(26.9841%, #000), color-stop(100%, transparent), to(transparent));
    mask: linear-gradient(90deg, #000 26.9841%, transparent 100%, transparent)
}

.story__content {
    width: 50vw;
    overflow: hidden;
    position: absolute;
    top: 1vh;
    right: 0;
    bottom: 1vh;
    padding-right: 7vw;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}
.story__columns, .story__content {
    display: -ms-flexbox;
    display: flex
}
.story__columns {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: column;
    flex-direction: column
}
.story__columns .story__column.story__column--first {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}
.story__columns .story__column.story__column--second {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}
.story__header {
    font-size: 6.11111vh;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 6.48148vh;
    color:#c0180a;
}
.story__header~.story__image, .story__header~.story__meta {
    display: none
}

@media (max-aspect-ratio:5/1) {
    .story:not(.story--items-1) {
        position: relative
    }
    .story:not(.story--items-1) .story__image--with-background {
        width: 100%
    }
    .story:not(.story--items-1) .story__content {
        position: absolute;
        bottom: 0;
        top: auto;
        height: 58.33333vh
    }
    .story:not(.story--items-1) .story__logo {
        display: none
    }
    .story.story--items-2 .story__header {
        font-size: calc(1.83vw + 1.83vh);
        margin-bottom: 3.64583vh
    }
    .story.story--items-2 .story__summary {
        font-size: calc(1vw + 1vh);
        margin-bottom: 3.125vh
    }
    .story.story--items-3 .story__content {
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        padding: calc(2.5vw + 2.5vh) calc(2.33vw + 2.33vh) 0
    }
    .story.story--items-3 .story__header {
        margin-bottom: calc(1.33vw + 1.33vh);
        font-size: calc(1.67vw + 1.67vh)
    }
    .story.story--items-3 .story__summary {
        margin-bottom: calc(1vw + 1vh);
        font-size: calc(.8vw + .8vh)
    }
    .story.story--items-3 .story__meta {
        font-size: calc(.8vw + .8vh)
    }
}

@media (max-aspect-ratio:1/1) {
    .top,
    .middle,
    .bottom {
        padding: 1rem;
    }
    .story__image--with-background {
        height: 40vh;
        -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(23.75%, #000), color-stop(100%, transparent), to(transparent));
        -webkit-mask: -webkit-linear-gradient(top, #000 23.75%, transparent 100%, transparent);
        mask: -webkit-gradient(linear, left top, left bottom, color-stop(23.75%, #000), color-stop(100%, transparent), to(transparent));
        mask: linear-gradient(180deg, #000 23.75%, transparent 100%, transparent)
    }
    .story--medium-blending .story__image--with-background, .story--no-blending .story__image--with-background, .story__image--with-background {
        width: 100%
    }
    .story--medium-blending .story__content, .story--no-blending .story__content, .story__content {
        width: 100%;
        height: 75vh;
        overflow: hidden;
        position: absolute;
        padding: 0;
        top: auto;
        right: 0;
        left: 0;
        bottom: 0
    }
    .story__content .story__columns, .story__content .story__logo {
        width: 90vw;
        margin-left: auto;
        margin-right: auto
    }
    .story__header {
        font-size: 3.4375vh;
        margin-bottom: 3.64583vh
    }
    .story__summary {
        font-size: 1.97917vh;
        margin-bottom: 4.6875vh
    }
    .story__meta {
        font-size: 1.5625vh
    }
    .story--medium-blending .story__image--with-background {
        -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(61.875%, #000), color-stop(100%, transparent), to(transparent));
        -webkit-mask: -webkit-linear-gradient(top, #000 61.875%, transparent 100%, transparent);
        mask: -webkit-gradient(linear, left top, left bottom, color-stop(61.875%, #000), color-stop(100%, transparent), to(transparent));
        mask: linear-gradient(180deg, #000 61.875%, transparent 100%, transparent)
    }
    .story.story--items-2 .story__image--with-background {
        -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #000), color-stop(45%, transparent), to(transparent));
        -webkit-mask: -webkit-linear-gradient(top, #000 10%, transparent 45%, transparent);
        mask: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #000), color-stop(45%, transparent), to(transparent));
        mask: linear-gradient(180deg, #000 10%, transparent 45%, transparent)
    }
    .story--medium-blending.story--items-2 .story__image--with-background {
        -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #000), color-stop(60%, transparent), to(transparent));
        -webkit-mask: -webkit-linear-gradient(top, #000 35%, transparent 60%, transparent);
        mask: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #000), color-stop(60%, transparent), to(transparent));
        mask: linear-gradient(180deg, #000 35%, transparent 60%, transparent)
    }
    .story--no-blending.story--items-2 .story__image--with-background, .story--original.story--items-2 .story__image--with-background {
        height: 40%;
        -webkit-mask: none;
        mask: none
    }
    .story.story--items-3 .story__image--with-background {
        background-position: -50vw;
        -webkit-mask: -webkit-gradient(linear, left top, right top, color-stop(10%, #000), color-stop(40%, transparent), to(transparent));
        -webkit-mask: -webkit-linear-gradient(left, #000 10%, transparent 40%, transparent);
        mask: -webkit-gradient(linear, left top, right top, color-stop(10%, #000), color-stop(40%, transparent), to(transparent));
        mask: linear-gradient(90deg, #000 10%, transparent 40%, transparent)
    }
    .story--medium-blending.story--items-3 .story__image--with-background {
        -webkit-mask: -webkit-gradient(linear, left top, right top, color-stop(23%, #000), color-stop(48%, transparent), to(transparent));
        -webkit-mask: -webkit-linear-gradient(left, #000 23%, transparent 48%, transparent);
        mask: -webkit-gradient(linear, left top, right top, color-stop(23%, #000), color-stop(48%, transparent), to(transparent));
        mask: linear-gradient(90deg, #000 23%, transparent 48%, transparent)
    }
    .story--no-blending.story--items-3 .story__image--with-background, .story--original.story--items-3 .story__image--with-background {
        width: 45%;
        height: 100%;
        -webkit-mask: none;
        mask: none;
        background-position: -30vw
    }
    .story.story--items-2 .story__content {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .feed__items--items-2 .story__columns {
        margin-bottom: calc(3vw + 3vh)
    }
    .story.story--items-2 .story__header, .story.story--items-2 .story__summary {
        margin-bottom: calc(1.33vw + 1.33vh)
    }
    .story--items-3 .story__image--with-background {
        height: 100%
    }
    .story.story--items-3 .story__content {
        -ms-flex-align: end;
        align-items: flex-end;
        height: 100%
    }
    .story.story--items-3 .story__columns {
        width: 50%;
        margin-right: 0
    }
    .story.story--items-3 .story__summary {
        font-size: calc(.8vw + .8vh)
    }
}

h1,
h2,
h3,
p {
    margin: 0;
    padding: 0;
}

#city {
    font-weight: 900;
}

#day {
    font-weight: 700;
    font-size: 5rem;
    margin-top: 18px;
}

#date {
    font-weight: 500;
    font-size: 3rem;
    margin-top: 4px;
}

#time {
    font-weight: 400;
    font-size: 3rem;
    margin-top: 8px;
}

#weather-status {
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
}

#temperature,
#celsius,
#temp-divider,
#fahrenheit {
    display: inline;
    vertical-align: top;
    margin-top: 15px;
}

#temperature {
    font-size: 15rem;
    font-weight: 800;
    margin-right: 5px;
}

#celsius,
#temp-divider,
#fahrenheit {
    font-size: 5rem;
    font-weight: 800;
}

#celsius:hover,
#fahrenheit:hover {
    cursor: pointer;
}
.weather-icon {
    width: 95%;
}
.temp-block, .weather-icon-block {
    text-align: center;
}
