body
{
	overflow: auto;
}

.modal .modal-content 
{
    padding: 24px;
    text-align: center;
}

p 
{
    text-align: center;
}

.slider 
{
	margin-top: 4em;
	height: 0 !important;
}

.slides
{
	height: 55vh !important;
}

.indicators 
{
    padding-bottom: 1em;
}

.slides li iframe 
{
	width: 100%;
	height: 100%;
	padding-top: 0em;
	background-color: #dfe2e1;
	z-index: 100;
}

.slider .slides li 
{
	background-color: #eeeeee;
	border-radius: 3em;
	border: solid 0.5em #bbbbbb;
	box-shadow: 5px 5px 5px #878787;
	min-height: 60vh !important;
}

.slider .slides 
{
	border-radius: 4em;
	box-shadow: 5px 5px 5px #7b7b7b;
}

.slider .indicators .indicator-item.active 
{
	background-color: #52615a;
}

/* Optional: To maintain aspect ratio */
.video-container 
{
	position: relative;
	/*padding-bottom: 200%;*/
	height: 0;
	overflow: hidden;
}

.video-container iframe 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 2em;
}

.Video_Title 
{
	padding-left: 1em;
    padding-right: 1em;
}

.Video_Header
{
    font-weight: 800;
    color: #595959;
}

.Video_Description 
{
	font-weight: 600;
	color: black !important;
}

.valign-wrapper 
{
	display: flex;
	flex-direction: row;
	height: 40vh;
}

audio
{
    border: 3px solid #bbbbbb;
    border-radius: 2em;
}


@media screen and (min-width : 100px) and (max-width : 600px) 
{
	.container 
	{
		width: 95% !important;
		min-height: 90vh !important;
	}
	.Video_Header 
	{
		font-size: 2em;
	}
	.Video_Description 
	{
		font-weight: 600;
		color: black !important;
		font-size: 1.3em;
	}
	.video-container 
	{
		padding-bottom: 55%;
		border-radius: 2em;
		position: sticky;
	}
	body
	{
		overflow: auto;
	}
	.slides li iframe 
	{
		width: 100%;
		height: 100%;
		padding-top: 0em;
		background-color: #dfe2e1;
		z-index: -100;
	}

	.slides 
	{
        height: fit-content !important
    }

	.valign-wrapper 
	{
		display: flex;
		flex-direction: column;
        height: auto;
	}
}

@media screen and (min-width : 601px) and (max-width : 992px) 
{
	.container 
	{
		width: 95% !important;
		min-height: 130vh !important;
	}
	.video-container 
	{
		width: 100%;
		border-radius: 2em;
		position: sticky;
	}
	body
	{
		overflow: auto;
	}
	.video-container 
	{
		padding-bottom: 90%;
	}
	.slides
	{
		height: fit-content !important;
	}
	.slider
	{
	    height: 0vh !important;
	}
	.slides li iframe 
	{
		width: 100%;
		height: 100%;
		padding-top: 0em;
		background-color: #dfe2e1;
		z-index: -100;
	}
	.valign-wrapper 
	{
		display: flex;
		flex-direction: row;
		height: 80vh;
	}
}
@media only screen and (min-width: 993px)
{
    .container 
    {
        width: 70%;
        min-height: 65vh !important;
    }
}