.h-20{
	height: 26rem;
}


img{
	object-fit: cover !important;
}
.carousel-item{
	position: relative !important;
}
.image-opacity-picture::after{
	content: ""!important;
	position: absolute !important;
	width: 100px !important;
	height: 100px !important;
	background: red !important;
	top:0 !important;
	left:0 !important;
	z-index: 500 !important;
}
.container{
	margin-top: 2rem;
}
.page-3-h2-margin{
	margin-top:1rem;
}
footer{
	background-color: #212529;
	color: white;
}
.footer{
	background-color: #212529;
}




/* aboutpage */






/* video #aboutVideo{
	width: 400px;
	height: 400px;
} */
#about-vid-div{
	/* background-color: pink; */
}
#width{
	/* background-color: red; */
	position: relative;
	width: 100%;
	height: 400px;
	/* overflow: hidden; */
}
#aboutVideo{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: contain; /* Ensures the video covers the entire container */
	z-index: 1; /* Keeps the video behind the content */
  }
  