* {box-sizing: border-box; margin: 0}
html, body { /* no scrollbars */
	height: 99.99%;
	overflow:hidden;
}
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #383737;
	margin: 0;
	padding: 0;
	background-color: #fff;
	/* background-image: url("../img/bg.jpg");
	background-size: cover; */
}
.container {
	background-color: transparent;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: all;
	cursor: pointer;
	z-index: 2;
}

.swiper-pagination-bullet {
    background: #fff;
}

/* .swiper-pagination-bullet {
	background: #FFF;
} */


/* .swiper {
	width: 100%;
	padding-top: 7vw;
	padding-bottom: 7vw;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
	// se debe calcular que porcentaje es el lado mas corto del lado mas largo y calcular eso en relación en este caso el ancho es es 67.42% del alto
	width: 40.45vw;
	height: 60vw;
} */




.swiper {
	width: 100%;
	height: 100%;
	border: solid 1px lightgray;
  }

  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	background-size: contain;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

  .swiper-slide img {
	display: block;
	width: 100vh;
	height: auto;
	object-fit: cover;
  }

  .append-buttons {
	text-align: center;
	margin-top: -18vh;
	z-index: 11;
	position: absolute;
	width: 100%;
}

.append-buttons a {
    display: inline-block;
    margin: 0 2vh;
}
.append-buttons > a > img {
    width: 23.1vh;
    height: auto;
}
.swiper-pagination-bullets {
	bottom: 2vh!important;
}
#clickthrough {
  /* display: none; */
}