/************************************
Table of Contents 
************************************/

/* 
- Airplane Tail End Screen
*/


/****** Airplane Tail End Screen ******/

.airplanetailendscreen {
	padding: 3rem 0 2rem;
}
.airplane-tail {
    height: 350px;
    background-image: url("/assets/img/planeexterior/ANC_plane-tail_trimmed.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}
@media screen and (min-width: 768px) {
	.airplane-tail{
		height: 275px;
	}
}
@media screen and (min-width: 992px) {
	.airplanetailendscreen {
		padding: 3.5rem 0 4rem;
	}
	.airplane-tail {
		height: 300px;
	}
}
@media screen and (min-width: 1440px) {
	.airplanetailendscreen {
		padding: 4rem 0 5rem;
	}
	airplane-tail{
		height: 450px;
	}
}

/****** Airplane Tail End Screen ******/

.airplanefrontendscreen {
	background-image: url("../../img/endscreen/airplanefront.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	height: 100vh;
}
.blackscreen {
	background-color: rgba(0, 0, 0, 0.65);
    height:100vh;
}