#antonio{
/*	position: relative;
	height: -moz-calc(100vh - 140px);
	height: -webkit-calc(100vh - 140px);
	height: calc(100vh - 140px);
*/
/*	background-image: url(../img/antonio.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;*/
}

.profile-photo{
	width: auto;
	max-height: calc(100vh - 140px);
}

.overlay{
	position: relative;

	padding-top: 50px !important;

/*	height: -moz-calc(100vh - 140px);
	height: -webkit-calc(100vh - 140px);
	height: calc(100vh - 140px);*/
}

@media(max-width: 1200px){
	.big-text {
		font-size: 26px;
		line-height: 52px;
	}
}

@media(max-width: 992px){
	.big-text {
		font-size: 22px;
		line-height: 44px;
	}

	.overlay{
		top: -120px;
		padding-top: 20px !important;
	}

	.profile-photo{
		max-width: 620px !important;
		width: 100% !important;
	}
}

@media(max-width: 601px){
	.big-text {
		font-size: 18px;
		line-height: 36px;
	}

	.overlay{
		top: -90px;
		padding-top: 20px !important;
	}
}