
.banner {border: 1px solid red;}

.img-responsive {max-width: 100%;}


@media (max-width: 480px) {
    .img-responsive {height: auto;}
}