body {
  background: url('img/fond.jpg'), #000;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: center;
  background-size: cover;
}

.row {
	width: 100%;
	height: 100%;
    text-align: center;
    margin: 160px auto;
}

img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.headline-credit {
	font-weight: 400;
	font-size: x-small;
	width: 50%;
	margin: 0px auto;
	margin-top: 5px;
	color: white;
}

.credit-container {
	background-color: black;
	text-align: center;
	width: 100%;
	height: 50px;
	opacity: 0.75;
	position: fixed;
	left: 0;
	bottom: 0;
}