@media only screen and (max-width: 1850px)
{
    .banner img
    {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}