﻿#imgMascote {
	background-image: url("/wwwroot/siteold/JAP/images/JAP_Mascote_2026.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
}

@media (max-width: 767px) {
	#imgMascote {
		margin-top: 20px;
		height: 250px;
		background-size: cover;
		background-position: center;
	}
}
