.story-title h2{
    font-weight: 400;
    text-align: center;
    font-size: 5rem;
}

.story-intro{
    background: #f8f8f8;
    height: 460px;
}

.story-intro > div{
    height: 100%;
}

.story-intro > div.before .title{
    background: #0e467c;
    color: white;
    height: 10%;
    text-align: center;
    padding: 12px;
}

.story-intro > div.after .title{
    background: #82c241;
    color: white;
    height: 10%;
    text-align: center;
    padding: 12px;
}

.story-intro > div .photo{
    height: 90%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.lost{
    background: #275989;
    color: white;
    padding: 0px;
}

.lost .lost-label{
    padding: 10px;
}

.lost .details{
    background: #0e467c;
    padding: 10px;
}

.lost p.weight {
    margin-top: -2rem;
    font-weight: bold;
}

p.weight-label {
    font-weight: 400;
    font-size: 1.2rem;
}

p.weight-label strong{
    font-size: 1.4rem;
}

p.weight {
    font-size: 4rem;
}

.questions{
    padding: 40px 0px;
}

.questions p{
    color: black;
    line-height: 3rem;
    font-size: 1.6rem;
}

.questions h3{
    font-weight: 800;
}

@media all and (max-width: 767px){
    .story-intro{
        height: auto;
    }

    .story-intro > div{
        height: auto;
    }

    .story-intro > div .photo{
        height: 500px;
    }
}