/***********************************************************************************************************************************************
  /$$$$$$  /$$$$$$$  /$$    /$$  /$$$$$$  /$$   /$$  /$$$$$$  /$$$$$$$$ /$$$$$$$        /$$$$$$$$ /$$$$$$$  /$$$$$$ /$$$$$$$$ /$$$$$$  /$$$$$$$ 
 /$$__  $$| $$__  $$| $$   | $$ /$$__  $$| $$$ | $$ /$$__  $$| $$_____/| $$__  $$      | $$_____/| $$__  $$|_  $$_/|__  $$__//$$__  $$| $$__  $$
| $$  \ $$| $$  \ $$| $$   | $$| $$  \ $$| $$$$| $$| $$  \__/| $$      | $$  \ $$      | $$      | $$  \ $$  | $$     | $$  | $$  \ $$| $$  \ $$
| $$$$$$$$| $$  | $$|  $$ / $$/| $$$$$$$$| $$ $$ $$| $$      | $$$$$   | $$  | $$      | $$$$$   | $$  | $$  | $$     | $$  | $$  | $$| $$$$$$$/
| $$__  $$| $$  | $$ \  $$ $$/ | $$__  $$| $$  $$$$| $$      | $$__/   | $$  | $$      | $$__/   | $$  | $$  | $$     | $$  | $$  | $$| $$__  $$
| $$  | $$| $$  | $$  \  $$$/  | $$  | $$| $$\  $$$| $$    $$| $$      | $$  | $$      | $$      | $$  | $$  | $$     | $$  | $$  | $$| $$  \ $$
| $$  | $$| $$$$$$$/   \  $/   | $$  | $$| $$ \  $$|  $$$$$$/| $$$$$$$$| $$$$$$$/      | $$$$$$$$| $$$$$$$/ /$$$$$$   | $$  |  $$$$$$/| $$  | $$
|__/  |__/|_______/     \_/    |__/  |__/|__/  \__/ \______/ |________/|_______/       |________/|_______/ |______/   |__/   \______/ |__/  |__/                                     
***********************************************************************************************************************************************/
.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;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

@media screen and (max-width:1200px)
{
	.media-inner-wrapper
	{
		padding: 0 40px;
	}
}

.media-inner-wrapper .media-background-video
{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
}

.media-inner-wrapper .banner-caption,
.media-inner-wrapper h1
{
	font-family: ubuntu;
	font-weight: bold;
	font-size: calc(22px + (52 - 22) * ((100vw - 300px) / (1600 - 300)));
	color: #FFFFFF !important;
	text-shadow: 0 0 5px black;
}

.media-inner-wrapper h2
{
	font-family: ubuntu;
	font-size: calc(18px + (42 - 18) * ((100vw - 300px) / (1600 - 300)));
	color: #FFFFFF !important;
	text-shadow: 0 0 5px black;
}

.media-inner-wrapper .ww_action_button1
{
	text-shadow: none;
	padding: 12px 30px;
	margin-top: 30px;
}

@media screen and (max-width:480px)
{
	h1,
	h1.ww_h1
	{
		font-size: 16pt;
	}

	.media-inner-wrapper .ww_action_button1
	{
		margin-top: 10px;
	}
}
