.container{
	margin: 1.2rem auto;
}

.tab-slider--nav{
	width: 100%;
	float: left;
	margin-bottom: 12px;
}
.tab-slider--tabs{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	overflow: hidden;
	background: #fff;
	user-select: none; 
}

.tab-slider--trigger {
	font-size: 18px;
	border-radius:10px;
	line-height: 1;
	font-weight: bold;
	color: blue;
	text-transform: uppercase;
	text-align: center;
	padding: 11px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: inline-block;
	transition: color 250ms ease-in-out;
	user-select: none; 
}
.video-container {
   border: 5px inset #4f4f4f;
  overflow: hidden;
 align-items: center;
 max-height: 500px;
}
.video-container video {
    width: 100%;  /* Set the width to 100% */
    height: 500px; /* Set the height to 500px */
}
#page-title{
    color: #000;
    text-align: center;
    margin-top: 65px;
	font-size:2.1rem;
    text-shadow: 0px 0px 15px #0000003a;
}
.active, .accordion:hover{
	color: #fff !important;
}
@media (max-width: 768px) {
	.video-container video {
		width: 100%;
		height: auto;
		display: block;
}
#page-title{
	font-size: 20px;
}
}