@charset "utf-8";

.lead {
margin-top:-20px;
}
#img {
	margin-top:-40px;
}

@media screen and (max-width:960px){
#img {
	margin-top:-20px !important;
}
}

@media screen and (max-width:640px){

.lead {
margin-top:-10px;
}

#img {
	margin-top:0px !important;
}

}