.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-overlay-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.video-overlay video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.close-video {
    position: absolute;
    top: -30px;
    right: 0px;
    background: white;
    color: black;
    font-size: 22px;
    padding: 5px 12px;
    border-radius: 50%;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.h1-heading .h1-alt:hover {
    text-decoration: underline;
    cursor: pointer;
}


.maincontent {
padding:0;
max-width:100%;
position:relative;
}

body, html {
font-size:18px;
}



/*** Home Hero Video Section ***/

.hero-video-content {
	position: relative;
	height: auto;
	min-height: 400px;
	max-height: 680px;
	overflow-x: clip;
	overflow-y: hidden;
}

.hero-video-container {
    position: relative;
    min-height: 400px;
}

.hero-video-overlay {
	position: absolute;
	width: 100%;
	background: #72727245;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.hero-video-container video {
    display: block;
    min-height: 680px;
    width: 100%;
}


.hero-global-wrapper {
    position: absolute;
    max-width: 100%;
    width: 100%;
    top: 10%;
}


.cert-content {
	background: #ccc;
}

.cert-list {
	 margin-bottom: 0px;
}


.roof-svc-grid {
grid-template-columns:1fr 1fr;
}

.roof-svc-img {
height:300px;
}

.roof-svc-card {
margin-bottom:40px;
}


.home-global {
	padding: 75px 0;
}


.cert-content {
	background: #ccc;
}

.cert-list {
	 margin-bottom: 0px;
}

.about-svc-image {
text-align: center;
}

.about-svc-image img {
	max-width: 600px;
	width: 100%;
	margin-inline: auto;
	border-radius: 5px;
	box-shadow: 2px 2px 6px #00000061;
	margin-bottom: 45px;
}

.products-list {
	display: flex;
	justify-content: space-around;
	gap: 15px;
	flex-flow: row wrap;
}

.product-wrapper {
	width: 180px;
	background: var(--accent-color);
	border-radius: 50%;
	text-align: center;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--yellow-color);
	border: 4px solid #000;
}

.product-wrapper a {
	font-size: 24px;
	color: var(--yellow-color);
}



@media (max-width: 2000px) {

    .hero-video-container video {
        width: 2400px !important;
    }
}