#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: 12%;
	right: 29px;
	padding: 0;
	width: 100%;
	max-width: 260px;
	height: 110px;
	color: transparent;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	border: none;
}
#fourPointTwoButton1, #threePointTwoButton1 {
	top: 10%;
}
#fourPointTwoButton2, #threePointTwoButton2 {
	top: 40%;
}
#fourPointTwoButton3, #threePointTwoButton3 {
	top: 70%;
}
#overlayButton2, #TwoPointTwoButton2 {
	top: 39%;
}
#overlayButton3, #TwoPointTwoButton3 {
	top: 65%;
}
#secondVideoButton1, #thirdVideoButton1, #fourthVideoButton1, #thirdVideoButton1, #fourthVideoButton1 {
	top: 22%;
}
#secondVideoButton2, #thirdVideoButton2, #fourthVideoButton2, #thirdVideoButton2, #fourthVideoButton2 {
	top: 58%;
	right: 20px;
}
#FifthVideoButton1 {
	right: 0;
	left: 0;
	margin: 0 auto;
	top: auto;
	bottom: 106px;
	max-width: 290px;
}
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 /*/
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.video-wrapper {
		max-width: 800px; /*/ Adjust for tablets and smaller desktops /*/
	}
	.overlayButton {
		width: 100%;
		max-width: 28%!important;
		height: 20%!important;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.video-wrapper {
		max-width: 600px; /*/ Adjust for large mobile devices /*/
	}
	#FifthVideoButton1 {
		top: auto !important;
		bottom: 20%!important;
		max-width: 182px!important;
	}
	.overlayButton {
		top: 11% !important;
		right: 16px !important;
		padding: 0 !important;
		width: 100% !important;
		max-width: 28% !important;
		height: 20% !important;
	}
	#overlayButton2, #threePointTwoButton2, #fourPointTwoButton2, #TwoPointTwoButton2 {
		top: 39% !important;
	}
	#overlayButton3, #threePointTwoButton3, #fourPointTwoButton3, #TwoPointTwoButton3 {
		top: 65% !important;
	}
	#secondVideoButton1, #thirdVideoButton1, #fourthVideoButton1, #thirdVideoButton1, #fourthVideoButton1 {
		top: 21% !important;
	}
	#secondVideoButton2, #thirdVideoButton2, #fourthVideoButton2, #thirdVideoButton2, #fourthVideoButton2 {
		top: 59% !important;
	}
}
@media (max-width:767px) {
	.video-wrapper {
		max-width: 100%; /*/ Full width for small mobile devices /*/
		padding: 0;
	}
}
