main {
	width: 100%;
	height: calc(100vh - 80px);
	margin-top: 80px;
	background-image: url("../images/index-lannette-main.png");
	background-size: 70vh;
	background-repeat: no-repeat;
	background-position: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

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



main .main-intro {
	position: relative;
	margin-left: 50%;
	margin-right: 60px;
}

.main-intro img {
	width: 300px;
}

.main-intro p {
	margin-top: 40px;
}

.imaginethis {
	text-align: center;	
}


.main-mobile {
	display: none;
}

/* MOBILE VERSION */


@media only screen and (max-width: 992px) {
	main {
		width: 100%;
		height: calc(100vh - 50px);
		margin-top: 50px;
		background-image: url("../images/index-lannette-main.png");
		background-size: 70vh;
		background-repeat: no-repeat;
		background-position: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-left: 0;
	}
	
	h1 {
		text-align: center;
		font-size: 24px;
		line-height: 30px;
	}
	
	.main-intro {
		display: none;
	}
	
	.main-mobile {
		display: block;
		margin: 10px 20px;
	}
	
	.main-mobile p {
		text-align: justify;
	}
	

	
	.main-mobile img {
		width: 300px;
	}

}
