.banner {
	background-image: url(banner-queisser.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: ;
	padding-top: 200px;
	padding-bottom: 200px;
}

.pedido-bg {
	background-image: url(bg-amarelo.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: ;
}
 


@media (max-width: 770px){
 .pedido-bg{
 	background-color: #FFCC00;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: ;
 }
}