body {
	overflow-wrap: break-word;
	max-width: 100%;
}
.firstPage {
	min-height: 100vh;
	max-width: 100%;
}
p
{font-size:1.5em;}
.container {
	margin: auto;
	width: 20rem;
	height: min(80svh,30rem);
	display: flex;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
	max-width: 100%;
	
}


.element {
	min-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10rem;
	color: white;
	scroll-snap-align: center;
	

.swipe-menu-image
{
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	
}
}
.articleDiv
{
	
margin:auto;
	position:relative;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius:5px;
	justify-content:center;
	padding:3px;
	  
	margin-bottom:30px;
	
}

.fullWidthAvailble
{min-width: 0;
	flex-grow: 1;
	max-width:450px;
	
	padding:15px;	
	padding-top:0px;
}



.articleImage {
	
	max-height: 80vh;
	max-width: min(4000px, 100%);
}

@media only screen and (max-width: 700px) {
	.fullWidthAvailble {
		padding: 0px;
		margin: 0px;
	}

	#art1img
	{display:none;}
}