.banner-sec {
    background: url(/assets/centros/69/fondo_login.png) no-repeat center;
}
@media only screen and (max-width: 480px) {
    .banner-sec{
        min-height: 300px;
        background-size: contain;
    }
}