/*Responsive for large desktop*/
.desktop{
	  background: rgba(0,0,0,0.6); width: 500%; margin-left: -33%; height: 80vh; max-width: 250%;
}
/*.large{
	-webkit-text-stroke: 2px red;
}*/
.image{
	margin-top: -9%;
	max-width: 100%;
}

.htptext{
	color: white;
	text-align: center;
	margin-right: -40%;
	position: absolute;

}

table .table {
	float: top;
}

}
.left {
	margin-left: 220%;
}

header {
	margin-bottom: -20%;
}

@media only screen and (max-width: 1749px){
	.desktop{
		width: 100%;
	}
}