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

#content{
    width: 100%;
}

.article{
    width: 100%;
}
.article img {
    width: 100%;
}
.span_1_of_3, .span_2_of_3, .span_3_of_3{
    width: 48.8%;
}
#social_media_buttons ul li.social_media{
    background-size: contain !important;
    min-height: 24px;
    min-width: 23px;
}

.adrow{
    display: none;
}

#story-content iframe, #story-content img{
    height: 45% !important;
}