#wrapper, #header_holder, #footer_holder, #footer, #wrapper{
    width: 100%;
}
#footer_holder{
    display: none;
}
#header_holder{
   background-position: 0% 100%;
   background-size: cover;
   height: 80px;
}

#header_holder.scrolled{
    background: url(../../pacquiao/full_banner.jpg) center center no-repeat;
    background-size: cover;
    background-position: 30% 100%;
}
#header_holder #social_media_buttons{

    display: none;
}
#content{
    width: 100%;
}

.article{
    width: 100%;
}
.article img {
    width: 100%;
}
.span_1_of_3, .span_2_of_3, .span_3_of_3{
    width: 99%;
}

#story .span_1_of_2{
    width : 99%;
}
#story .span_2_of_2{
    width: 96%;
}
.adrow{
    display: none;
}
#story-content iframe, #story-content img{
    height: 45% !important;
}