.banderin{
	background: url(../img/slider-bgplan.png) no-repeat;
    height: 162px;
    -webkit-background-clip: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 102%;
    margin-left: -11px;
    margin-top: -15px;
}
.titulo-banderin{
	font-size: 3vw;
	color: #fff;
	font-style: bold;
	padding-top: 35px;

}
/*Seccion Peugeot Modelos */
#b-pageHeadermodelos {
    padding: 65px 0;
    background: url(../img/background/headermodelos.jpg) center;
    background-size: cover;
}

@media (max-width:640px){
	.titulo-banderin{
		font-size: 6vw;
		padding-top: 40px;

	}
	.banderin{
		
	    width: 100%;
	    margin-left:0px;
	    margin-top:0px;
	}
}
