body {
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

img {
    display: inline-block;
}

.logo {

	margin-top: 3%;
}

.content {
	margin-top: 5%;
}

.content img {
	opacity:0.4;
	transition-duration: 1s;
	padding: 20px;
}

.content img:hover {
	opacity:0.9;
	transition-duration: 1s;
}

.image-wrapper{
	max-width:60%;
	height:auto;
	position: relative;
	display:block;
	margin:0 auto;
}

.image-wrapper img{
	width:100% !important;
	height:auto !important;
	display:block;
}