

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.content {
	height: 50vh;
	min-height: 300px;
	padding: 0;
	position: relative;
}

.logo {
	width: 100%;
	max-width: 260px;
	height: auto;
	padding-bottom: 30px;
}

.left.content {
	display: block;
	background: white;
	text-align: right;
	color: blue;
	background-image: url(../img/il-senatore-giovanni-agnelli_oriz.jpg);
	background-size: cover;
	background-position: center;
}

@media (max-width: 320px) {
	.left.content {
		text-align: left;
	}
}

.right.content {
	display: block;
	background: black;
	color: white;
	background-image: url(../img/gianni-agnelli.png);
	background-size: cover;
	background-position: center right;
	font-family: Arial;
	text-transform: uppercase;
}

.btn {
	box-shadow: none;
	border-radius: 0;
	border-color: transparent;
	background-image: none;
	text-transform: uppercase;
	font-weight: bold;
	/*display: block;*/
	/*width: 100%;*/
}

.btn-primary {
	background-color: #005dcf;
	margin-right: 90px;
}

.btn-primary.btn-en{
	margin-right: 100px;
}

.content-wrap {
	position: absolute;
	bottom: 30px;
	width: 100%;
	padding: 15px;
}

@media (min-width: 992px) {
	.content {
		height: 100vh;
		padding: 220px 50px;
	}

	.NO-btn {
    	display: inline-block;
    	width: initial;
    	margin-bottom: 5px;
	}
	.content-wrap {
		position: relative;
	}

	.logo {
		width: 100%;
		max-width: 260px;
	}
}