@media only screen and (max-width: 1200px) {
    .container {max-width: 100% !important;}
    .row {margin-left: 0 !important; margin-right: 0 !important;}
}
@media only screen and (max-width: 768px) {
	#conteudo form{max-width: 100%; padding: 0 20px;}
	#conteudo img{max-width: 80%;}
}