#myGallery {
	width: 100%;
	height: 600px;
	margin-left: 20px;
}
#myGallery img {
	border: 6px solid #141515;
}
.conteiner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url("/Mind/images/bg.jpg");
	background-size: cover;
}
ul {
	list-style: none;
}
