/***********************************************************************************************************************************************
  /$$$$$$  /$$$$$$$  /$$    /$$  /$$$$$$  /$$   /$$  /$$$$$$  /$$$$$$$$ /$$$$$$$        /$$$$$$$$ /$$$$$$$  /$$$$$$ /$$$$$$$$ /$$$$$$  /$$$$$$$ 
 /$$__  $$| $$__  $$| $$   | $$ /$$__  $$| $$$ | $$ /$$__  $$| $$_____/| $$__  $$      | $$_____/| $$__  $$|_  $$_/|__  $$__//$$__  $$| $$__  $$
| $$  \ $$| $$  \ $$| $$   | $$| $$  \ $$| $$$$| $$| $$  \__/| $$      | $$  \ $$      | $$      | $$  \ $$  | $$     | $$  | $$  \ $$| $$  \ $$
| $$$$$$$$| $$  | $$|  $$ / $$/| $$$$$$$$| $$ $$ $$| $$      | $$$$$   | $$  | $$      | $$$$$   | $$  | $$  | $$     | $$  | $$  | $$| $$$$$$$/
| $$__  $$| $$  | $$ \  $$ $$/ | $$__  $$| $$  $$$$| $$      | $$__/   | $$  | $$      | $$__/   | $$  | $$  | $$     | $$  | $$  | $$| $$__  $$
| $$  | $$| $$  | $$  \  $$$/  | $$  | $$| $$\  $$$| $$    $$| $$      | $$  | $$      | $$      | $$  | $$  | $$     | $$  | $$  | $$| $$  \ $$
| $$  | $$| $$$$$$$/   \  $/   | $$  | $$| $$ \  $$|  $$$$$$/| $$$$$$$$| $$$$$$$/      | $$$$$$$$| $$$$$$$/ /$$$$$$   | $$  |  $$$$$$/| $$  | $$
|__/  |__/|_______/     \_/    |__/  |__/|__/  \__/ \______/ |________/|_______/       |________/|_______/ |______/   |__/   \______/ |__/  |__/                                     
***********************************************************************************************************************************************/
.banner-advanced-editor-html-container
{
	position: absolute;
	z-index: 15;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
}

.media-inner-wrapper
{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-flow: column nowrap;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	
}

.banner-advanced-editor-html-container .media-background-video
{
	position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.media-inner-wrapper .banner-caption,
.media-inner-wrapper h1
{
	font-family: varela_round;
	font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1600 - 300)));
	color: #FFFFFF !important;
	text-shadow: 0 0 5px black;
	max-width: 800px;
	letter-spacing: 0.05em;
}

.media-inner-wrapper .banner-caption-lesser
{
	font-family: lato;
	font-weight: bold;
	font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
	color: #FFFFFF !important;
	text-shadow: 0 0 5px black;
}

.banner_dividing_line
{
	margin-top: 15px;
	margin-bottom: 15px;
}

.media-inner-wrapper a
{
	font-family: lato;
	font-weight: bold;
	color: #ffffff !important;
}

.media-inner-wrapper a:hover
{
	font-family: lato;
	font-weight: bold;
	color: #00B1B5 !important;
}

@media screen and (max-width: 1200px)
{
	.media-inner-wrapper
	{
		align-items: center;
		max-width: 80%;
	}

	.media-inner-wrapper .banner-caption,
	.media-inner-wrapper h1
	{
		text-align: center;
	}

}
