@media (max-width: 575px) {
	:root {
		--section-centered-height: 20vh;
	}

	div.container-upload {
		padding-top: 2rem;
		width: 100%;
	}
}

@media (min-width: 576px) {
	:root {
		--section-centered-height: 50vh;
	}

	div.container-upload {
		padding-top: 2rem;
		width: 100%;
	}	
}

@media (min-width: 768px) {

	:root {
		--section-centered-height: 60vh;
	}

	div.container-upload {
		padding-top: 4rem;
		width: 80%;
	}
}

@media (min-width: 992px) {

	:root {
		--section-centered-height: 65vh;
	}

	div.container-upload {
		padding-top: 4rem;
		width: 70%;
	}
}

@media (min-width: 1200px) {
	:root {
		--section-centered-height: 70vh;
	}

	div.container-upload {
		padding-top: 5rem;
		width: 60%;
	}
}

@media (min-width: 1400px) {

	:root {
		--section-centered-height: 70vh;
	}

	div.container-upload {
		padding-top: 5rem;
		width: 40%;
	}
}

@media (min-width: 1980px) {

	:root {
		--section-centered-height: 75vh;
	}

	div.container-upload {
		padding-top: 5rem;
		width: 33%;
	}
}






