#scraper {
    display:none;
}
#content {
    margin-right: 5px;
}
.view-events-btn{
    background: black;
    color: white;
    font-size: 20px;
}
/*@media only screen and (max-width: 768px) {*/
/*    #scraper {*/
/*        display:none;*/
/*    }*/
/*    #content {*/
/*        margin-right: 5px;*/
/*    }*/
/*}*/
@media only screen and (max-width: 486px) {
    .news .member .headline h4 {
        font-size: 50px;
    }
    .news .member p.caption {
        font-size: 30px;
    }
    .news .member img {
        width: 100%;
    }
    .view-events-btn{
        font-size: 40px;
    }
}

@media only screen and (min-width: 486px) and (max-width: 768px) {
    news .member .headline h4 {
        font-size: 34px;
    }
    .news .member p.caption {
        font-size: 24px;
    }
    .news .member img {
        width: 100%;
    }
    .view-events-btn{
        font-size: 30px;
    }
}