#videoContainer {
	position: relative;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col-sm-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	padding-right: 15px;
	padding-left: 15px;
}
.col-sm-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
	padding-right: 15px;
	padding-left: 15px;
}
.overlayButton {
	top: 26%;
	left: 23%;
	padding: 0;
	width: 100%;
	max-width: 54%;
	height: 90px;
	color: transparent;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	border: none;
}
#secondVideoButton1 {
	top: 9%;
}
#secondVideoButton2 {
	top: 30%;
}
#secondVideoButton3 {
	top: 52%;
}
#secondVideoButton4 {
	top: 74%;
}
#overlayButton2, #three_oneVideoButton2, #three_twoVideoButton2 {
	top: 57%;
}
#three_oneVideoButton1, #three_twoVideoButton1 {
	top: 27%;
}
#TwoPointOneVideoButton1, #two_threeVideoButton1, #thirdVideoButton1, #fourPointTwoButton1, #TwoPointTwoButton1 {
	top: 17%;
}
#TwoPointOneVideoButton2, #two_threeVideoButton2, #thirdVideoButton2, #fourPointTwoButton2, #TwoPointTwoButton2 {
	top: 41%;
}
#TwoPointOneVideoButton3, #two_threeVideoButton3, #thirdVideoButton3, #fourPointTwoButton3, #TwoPointTwoButton3 {
	top: 66%;
}
#FifthVideoButton1 {}
Video {
	position: relative;
}
.video-wrapper {
	position: relative;
}
video::-webkit-media-controls-fullscreen-button {
	display: none;
}
video::-webkit-media-controls-enclosure {
	overflow: hidden;
}
/*/ Hide the fullscreen button in Firefox /*/
video::-moz-fullscreen-button {
	display: none;
}
/*  / For WebKit-based browsers (e.g., Chrome, Safari) /*/
video::-webkit-media-controls-fullscreen-button {
	display: none;
}
.video-wrapper {
	width: 100%;
	max-width: 1200px; /*/ Adjust max width as needed /*/
	margin: 0 auto;
}
video {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.video-js {
	border-radius: 8px;
	overflow: hidden;
}
@media (max-width: 1200px) {
	.video-wrapper {
		max-width: 1000px; /*/ Adjust for medium screens /*/
	}
	.pop-video {
		height: auto;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.video-wrapper {}
	.overlayButton {
		height: 78px;
	}
	.pop-video {
		height: auto;
	}
	.header-top {}
}
@media (min-width:768px) and (max-width:991px) {
	.video-wrapper {
		max-width: 100%; /*/ Adjust for large mobile devices /*/
	}
	.overlayButton {
		height: 60px;
		max-width: 54%;
	}
}
@media (max-width:767px) {
	.pop-video {
	background-color: #fff;
}
	.video_bottom {
	display: none;
}
	.pop-video {
	height: 100%;
}
	.pop-video-wrap {
		align-items: center;
		height: 100%;
	}
	.pop-video-box {
		display: flex;
		align-items: center;
		height: 100%;
	}
	.all-content-wrap {
		padding: 65px 25px 10px;
	}
	.video-wrapper {
		max-width: 100%; /*/ Full width for small mobile devices /*/
		padding: 0;
	}
	.overlayButton {
		top: 26%;
		left: 23%;
		max-width: 55%;
		height: 17%;
	}
	#overlayButton2 {
		top: 56%;
	}
	#secondVideoButton1 {
		top: 10%;
	}
}
