@media only screen and (min-width: 768px){
    .img-banner{
        display: block;
        width: 100%;
    }
}