

.blank {
  width: 100%;
  padding: 5% 0;
  position: relative;
  background: #477;
	z-index: 190;
}

.blank section.artxt{
	width: 100%;
	text-align: center;
}

.container {
 position: relative;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
 
}
.container .responsive-img {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
	pointer-events: none;
	z-index: -1;
}
/* .container.uno{
	background-image: url("/assets/photo/desk/1.webp");
	background-attachment: fixed;
}

.container.dos{
	background-image: url("/assets/photo/desk/2.webp");
	background-attachment: fixed;
}

.container.tres{
	background-image: url("/assets/photo/desk/3.webp");
	background-attachment: fixed;
}
.container.cuatro{
	background-image: url("/assets/photo/desk/4.webp");
	background-attachment: fixed;
}
.container.cinco{
	background-image: url("/assets/photo/desk/5.webp");
	background-attachment: fixed;
} */
