.landingPageGirl {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

@media (max-width: 787px) {
	.landingPageGirl {
		display: none;
	}
}
.infoCardWrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin: 7% 3% 0% 3%;
	width: auto;
}

.infoCard {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #f1f1f1;
	margin: 10px 0;
	min-height: 400px;
}

.infoCardBg {
	height: auto;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url("../img/LandingPageGuy.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#background-video {
	width: 120%;
	height: 120vh;
	object-fit: cover;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	filter: hue-rotate(350deg);
}

#main {
	background: linear-gradient(rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2));
	/* backdrop-filter: blur(8px); */
}

.glass-bg {
	background: linear-gradient(#000, rgba(0, 0, 0, 0.1));
	backdrop-filter: blur(8px);
}

.display-img {
	width: 90%;
	box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.3), 0 0 25px -15px rgba(0, 0, 0, 0.2);
}

.display-img-2 {
	position: absolute;
	width: 40%;
	left: 10%;
	margin-top: -5%;
	border: 1px solid #ddd;
}

@media (max-width: 61.9em) {
	.display-img {
		width: 100%;
	}
	.display-img-2 {
		width: 50%;
		margin-top: -15%;
		width: 60%;
	}
}
