    #stories {padding-top:30px;}
    
    #timeline img {border-radius:4px;width:100%; height:auto;}
    
    #timeline .item h3 {
    color: #54585a;
    font-family: 'League Gothic', sans-serif;
    font-size: 40px;
    font-weight: normal;
    margin: 0;
    padding: 15px 15px 5px 15px;
    text-transform: uppercase;
}

    #timeline .item p {
    margin: 0;
    padding: 0 15px 15px 15px;
    font-size: 1.25em;
    }
    
    #timeline .item p.lead:before {content:'"';}
    #timeline .item p.lead:after {content:'"'}
    
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 4px;
    } 

.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
