#imgEvento {
	background-image: url("/wwwroot/siteold/JAP/images/JAP_Evento.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* width: 100%; */
	height: 100%;
}

#container_txt p {
	font-size: 13px;
}

#img_Mini {
	height: 25px;
	margin-bottom: 10px;
}


@media (max-width: 767px) {
	#imgEvento {
		margin-top: 20px;
		height: 250px;
		background-size: cover;
		background-position: center;
	}
}



