.vignette-div {
	width: 100%;
	position:absolute;
	top:0px;
	left:0px;
	height:320px;
	box-shadow: 0 0 300px 30px rgb(0 0 0) inset;
}

.play-button-overlay-div {
	width: 100%;
	position:absolute;
	top:0px;
	left:0px;
	height:320px;
	display:flex;cursor:pointer;
}

#video-popup-div {
	display: none;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 10;
}

#video-content-div {
	position: fixed;
	/*margin-top: 20px !important;*/
	top: 20px;
	left: 20px;
	right: 20px;
	/*width: 95%;*/
	margin: auto;

}

.iframe-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; 
	height: 0;
	border-radius: 20px;
}
.iframe-wrapper iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	box-shadow: 0px 0px 31px 3px rgba(0,0,0,0.54);
}

.card {
	background-color: white;
}

.urgent-projects .card{
    overflow: hidden;
}

.featured-projects .card{
    overflow: hidden;
}

#div-video-close {
	border-radius: 50px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -20px;
	right: -20px;
	color: white;
	font-size: 2rem;
}

#div-godsends-youtube {
	margin-bottom: 60px;

}