.novo-item {
	position: relative;
}
.novo-item span:before {
	content: "";
	position: absolute;
    background: url(../imagens/novo.png) right top no-repeat;
    height: 63px;
    width: 64px;
    right: 4px;
    top: -4px;
    opacity: 1;

}
	
.fluid-section {
	width: 100%;
	min-height: 200px;
	/* float: left; */
	display: inline-block;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}
.fluid-section img {
	width: 100%;
}
@media all and (max-width: 720px) { 
.fluid-section {background-attachment: scroll;  }
}