@charset "utf-8";
/* CSS Document */



.landingpage {

	overflow: visible;
	
	
}

.selected {
	width: 1200px;
	height: 2000px;
	
	margin-left:auto;
	margin-right:auto;
	
	background: white;
	
}

.artwork {
	width:800px;
	height:800px;
	
	margin-top:150px;
	margin-bottom: 20px;
	
	margin-left:auto;
	margin-right:auto;
	
	background:white;
}

.artwork img {
	
	width:800px;
	height:800px;
	
}

.txt { 
	width: 500px;
	height: 1100px;
	
	margin-left:auto;
	margin-right:auto;
	
	background:white;
	
	font-family:arial;
	font-size:1em;
	
	}

	.video-artwork  {
	
		height: auto;
		
		display: flex;
	
		flex: justify-content-center;
		padding-bottom: 1rem;
	
	
	}
	
	.video-artwork iframe {
		
		margin:auto; 
	
	}
	