#header_holder, #footer_holder, #footer, #wrapper{
    width: 100%;
}
#header_holder{
   background-position: 0% 100%;
   background-size: cover;
   height: 212px;
}
#header_holder #social_media_buttons{
    bottom: 3px;
    right: 5%;
}
#header_holder.scrolled{
    background-size: cover;
}

#header_holder.scrolled #social_media_buttons{
    right: 40px;
}

#content{
    width: 100%;
}


.article{
    width: 100%;
}
.article img {
    width: 100%;
}


#story .span_1_of_2 {
    width: 99%;
}
#story .span_2_of_2 {
    width: 99%;
}