@media (min-width: 768px) {
.layers{
	left:-150px !important;
}
.layer canvas{
	width:50% !important;
	height:auto !important;
}
.parallax{
	height:500px !important;
}
/*.menu{
	position:static;
}*/
.quem-somos-title {
    font-size: 4rem;
}
}


@media (min-width: 992px){
.layers{
	left: 0px !important;
}
.parallax{
	height: auto !important;
}
.menu{
	/*position: fixed;*/
}
.quem-somos-title {
    font-size: 5rem;
}
}

@media (min-width: 1200px){
.layer canvas{
	width:60% !important;
	height:auto !important;
}
.quem-somos-title {
    font-size: 6rem;
}
}