html 
{ 
	background: url('background-03.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body
{
	background-color: #00000000;
}

.content img
{
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}	

@media only screen and (max-width: 1400px) 
{
	.content img
	{
		width: 80%;
	}	
}
