.ms-video-hero-container {
   position: relative;
   width: 100%;
   height: 100vh; /* Adjust as needed */
   overflow: hidden;
}

	.page-id-10 header .ms-header-default {
		border: none !important;
	}

.page-id-10 header .ms-header-default::before {
	   content: '' !important;
	   background: rgba(46, 56, 142, 0.2);
	border: none !important;
}

/* .ms-video-hero-section::before {
   content: '' !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 70.56%); 
	   background: rgba(46, 56, 142, 0.2);
} */

.ms-video-col-1 {
   position: relative;
   width: 100%;
   height: 100%;
}

#ms-hero-background-video {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   z-index: -1;
}

#ms-hero-mute-btn,
#ms-hero-mute-unmute-btn {
   position: absolute;
   bottom: 20px;
   left: 20px;
   z-index: 10;
   width: 40px;
   height: 40px;
   cursor: pointer;
}

.ms-video-hero-container .ms-video-col-2 {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   height: 90vh;
}

.ms-video-hero-container .ms-video-col-2 h1 {
   font-family: 'Jost', Sans-serif;
   font-size: 80px;
   font-weight: 500;
   line-height: 85px;
   letter-spacing: -2px;
   color: #fff;
}

.ms-video-hero-container .ms-orange {
   color: #f3801e;
}

.ms-video-hero-container .ms-orange.ms-italic {
   font-style: italic;
}

.ms-video-hero-container .ms-hero-btn {
   font-family: 'Jost', Sans-serif;
   font-size: 14px;
   font-weight: 600;
   text-transform: uppercase;
   line-height: 16.8px;
   letter-spacing: 0.28px;
   fill: #fff;
   color: #fff;
   background-color: #f3801e;
   border-radius: 80px 80px 80px 80px;
   min-width: 178px;
   min-height: 48px;
   display: inline-flex;
   justify-content: center;
   align-items: center;
}

@media screen and (max-width: 500px) {
	.page-id-10 header .ms-header-default {
		border: none !important;
	}
	
	.page-id-10 header img {
		width: 70%;
    position: relative;
/*     top: -10px; */
	}
.page-id-10 header .ms-header-default::before {
	   content: '' !important;
	   background: rgba(46, 56, 142, 0.2);
	border: none !important;
}
	
/* 	.page-id-10 header::before {
	   content: '' !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 70.56%); 
	   background: rgba(46, 56, 142, 0.2);
} */
	
   .ms-video-hero-section {
      background: #fff !important;
      z-index: 8 !important;
   }

   .ms-video-hero-container {
      height: 42.5vh !important; /* Allow height to adjust based on content */
      padding-top: 16%; /* 16:9 aspect ratio (9 / 16 * 100) */
      padding-bottom: 12.7%;
   }

   #ms-hero-mute-btn,
   #ms-hero-mute-unmute-btn {
      bottom: 5px !important;
   }
}
