/* ----- RESET Styles ----- */
#conteudo_banner{
	margin: 0;
	padding: 0;
	background: none;
	border: 0 none;
	line-height: 0;
}
#conteudo_banner{
    height: auto !important;
    max-width: 100% !important;
}

@media only screen and (max-width: 768px) {

img#banner{
	height: 150px !important;	
}

.cycle-slideshow img {
  width: 100%;
  height: 402px;
}
}
@media only screen and (max-width: 568px) {

img#banner{
	height: 80px !important;	
}

.cycle-slideshow img {
  width: 100%;
  height: 302px;
}
}