*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


	
.container{
	width: 100%;
	height: 100vh;
	background: #222;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper{
	position: center;
      flex: 0 0 100%; 
      width: 300px;                /* each slide is full viewport width of the slider */
      
      aspect-ratio: 16/9;             /* responsive height */
      scroll-snap-align: start;
      scroll-snap-stop: always;       /* snap firmly, good for quick swipes */
      display: grid;
      place-items: end start;         /* caption placement */
      background: #111827;
      color: white;
	
}

.swiper-slide img{
	 width: 262px;
      height: 350px;
      object-fit: cover;
      display: block;
      user-select: none;
      -webkit-user-drag: none;
	
	
}

.swiper .swiper-button-prev, .swiper .swiper-button-next{
	color:#FFF;
}

.swiper .swiper-pagination-bullet-active{
	background:#FFF;
}

	.imagelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0FF;
	text-decoration: none;
}


.lostwithielbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: underline;
}
.lostwithielboldsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #99F;
}
.lostwithielcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #CCC;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
}
