#id{background-color: #000;}
#content-wrap {top: 175px;}
#header-wrap {
    position: relative;
    top: 0px;
    height: 55px;
}
#page-top-ad{
    text-align: center; 
    clear: both; 
    margin: 0 auto; 
    min-height: 1px; 
    min-width: 100%; 
    padding: 15px 0; 
}
.sidelines-logo {
    background: url("http://www.nfl.com/content/public/static/img/sidelines/presby-sidelines.png") no-repeat top center;
    background-size:contain;
    width: 360px;
    height: 55px;
    margin: 0px auto;
}
.nflcom-link{
    background: url("http://www.nfl.com/content/public/static/img/sidelines/home-logo.png") no-repeat top center;
    background-size:contain;
    height: 30px;
    width: 125px;
    margin: 10px;
    float: left;
}
#share-top-reaction2-icon, .page-top-ad-mobile, .mobile-presby{
    display: none;
}
#share-bar {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 4px;
}
.mobile-view  .sidelines-logo {
    background: url("http://www.nfl.com/content/public/static/img/sidelines/nfl-text-icon-1.png") no-repeat top center;
    background-size:contain;
    width: 360px;
    height: 55px;
    margin: 0px auto;
}
.mobile-view .nflcom-link{
    background: url("http://www.nfl.com/content/public/static/img/sidelines/home-logo.png") no-repeat top center;
    background-size: contain;
    height: 20px;
    width: 95px;
    margin: 14px 0px;
    float: left;
}
.mobile-view  .page-top-ad-mobile{
    display: block;
    top: 0px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    background-color: #000;
}
.mobile-view  #content-wrap {
    top: 145px;
}
.mobile-view  #page-top-ad{
    display: none;
}
.mobile-view  .mobile-presby{
    height: 40px;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    padding-top: 15px;
    background-color: #000;
}
.mobile-view  .mobile-presby a img{
    display:block;
    margin:auto;
}

@media only screen and (max-width: 480px) {
    .sidelines-logo {
        background: url("http://www.nfl.com/content/public/static/img/sidelines/nfl-text-icon-1.png") no-repeat top center;
        background-size:contain;
        width: 360px;
        height: 55px;
        margin: 0px auto;
    }
    .nflcom-link{
        background: url("http://www.nfl.com/content/public/static/img/sidelines/home-logo.png") no-repeat top center;
        background-size: contain;
        height: 20px;
        width: 95px;
        margin: 14px 0px;
        float: left;
    }
    .page-top-ad-mobile{
        display: block;
        top: 0px;
        margin: 0 auto;
        position: relative;
        width: 100%;
        background-color: #000;
    }
    #content-wrap {
        top: 95px;
    }
    #page-top-ad{
        display: none;
    }
    .mobile-presby{
        height: 40px;
        width: 100%;
        display: block;
        margin: 0 auto;
        position: relative;
        padding-top: 15px;
        background-color: #000;
    }
    .mobile-presby a img{
        display:block;
        margin:auto;
    }
}