#featured-story {
    width: 99% !important;
}

@media screen and (max-width: 768px){
#featured-story {
    display: block !important; 
}
}