main {
	height: calc(100vh - 80px);
	margin-top: 80px;
	margin-left: 60px;
}

main img {
	height: 100vh;
	float: right;
	shape-outside: url("../images/bio-lannettenew.png");
}

h1 {
	margin-top: 0px;
	padding-top: 20px;
}

main p {
	font-size: 16px;
	line-height: 26px;
}

main p2 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
}



.main-mobile {
	display: none;
}

.theatredemo {
	display: flex;
}

.links {
	display: flex;
	flex-direction: column;
}

/* MOBILE VERSION */


@media only screen and (max-width: 1024px) {
	main {
		width: 100%;
		height: calc(100vh - 60px);
		margin-top: 50px;
		background-image: url("../images/actor-pic.png");
		background-size: 70vh;
		background-repeat: no-repeat;
		background-position: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-left: 0;
	}
	
	.theatredemo {
		display: none;
	}
	
	main img {
		display: none;
	}
	
	.main-intro {
		display: none;
	}
	
	.main-mobile {
		display: block;
		margin: 10px 20px;
	}
	

	
	.main-mobile p {
		line-height: 28px;
		text-align: justify;
	}
	
	.main-mobile p2 {
		font-size: 16px;
	}
	
	.mobile {
		text-align: center;
		display: flex;
		flex-direction: column;
	}
	
	.main-mobile h1 {
		font-size: 34px;
		line-height: 40px;
		text-align: center;
		margin-top: 20px;
		padding-top: 0;
	}
	
	.main-mobile h2 {
		text-align: center;
		font-size: 24px;
		line-height: 30px;
	}
	
	.main-mobile img {
		margin: 0 20px 0 30px;
	}
	
	
	.links {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
	}
	
	.frame {
		margin: 0 auto;
	}
}
