.screenconteightteen{
	height: 100vh;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.screentextconteightteen{
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.screentexttopeightteen{
	 font-family: "Roboto Condensed";
  font-size: 64px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.screentextbottomeightteen{
	font-family: "Roboto Condensed";
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

/* Large desktops and laptops */
@media (min-width: 1600px) {
	.screentexttopeightteen{
		padding-left: 70px;
		padding-bottom: 20px;
	}
	.screentextbottomeightteen{
		padding-left: 70px;
		padding-bottom: 160px;
		padding-right: 200px;
	}
}

/* Large desktops and laptops */
@media (min-width: 1400px) and (max-width: 1599px) {
	.screentexttopeightteen{
		padding-left: 70px;
		padding-bottom: 20px;
	}
	.screentextbottomeightteen{
		padding-left: 70px;
		padding-bottom: 160px;
		padding-right: 100px;
	}
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
		.screentexttopeightteen{
		padding-left: 20px;
		padding-bottom: 20px;
		font-size: 60px;
	}
	.screentextbottomeightteen{
		padding-left: 20px;
		padding-bottom: 180px;
		padding-right: 100px;
		font-size: 20px;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.screentexttopeightteen{
		padding-left: 20px;
		padding-bottom: 20px;
		font-size: 55px;
	}
	.screentextbottomeightteen{
		padding-left: 20px;
		padding-bottom: 180px;
		padding-right: 100px;
		font-size: 18px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.screentexttopeightteen{
		padding-right: 20px;
		padding-bottom: 20px;
		font-size: 55px;
		text-align: right;
	}
	.screentextbottomeightteen{
		padding-right: 20px;
		padding-bottom: 140px;
		padding-left: 100px;
		font-size: 18px;
		text-align: right;
	}
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
	.screentexttopeightteen{
		padding-right: 0px;
		padding-bottom: 20px;
		font-size: 40px;
		text-align: center;
	}
	.screentextbottomeightteen{
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 100px;
		font-size: 18px;
		text-align: right;
	}
	.screentextbottomeightteen{
		display: none;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.screentexttopeightteen{
		padding-right: 10px;
		padding-bottom: 120px;
		font-size: 40px;
		text-align: center;
	}
	.screentextbottomeightteen{
		padding-right: 10px;
		padding-bottom: 40px;
		padding-left: 10px;
		font-size: 18px;
		text-align: right;
	}
	.screentextbottomeightteen{
		display: none;
	}
}	