/***********************************************************************************************************************************************
  /$$$$$$  /$$$$$$$  /$$    /$$  /$$$$$$  /$$   /$$  /$$$$$$  /$$$$$$$$ /$$$$$$$        /$$$$$$$$ /$$$$$$$  /$$$$$$ /$$$$$$$$ /$$$$$$  /$$$$$$$
 /$$__  $$| $$__  $$| $$   | $$ /$$__  $$| $$$ | $$ /$$__  $$| $$_____/| $$__  $$      | $$_____/| $$__  $$|_  $$_/|__  $$__//$$__  $$| $$__  $$
| $$  \ $$| $$  \ $$| $$   | $$| $$  \ $$| $$$$| $$| $$  \__/| $$      | $$  \ $$      | $$      | $$  \ $$  | $$     | $$  | $$  \ $$| $$  \ $$
| $$$$$$$$| $$  | $$|  $$ / $$/| $$$$$$$$| $$ $$ $$| $$      | $$$$$   | $$  | $$      | $$$$$   | $$  | $$  | $$     | $$  | $$  | $$| $$$$$$$/
| $$__  $$| $$  | $$ \  $$ $$/ | $$__  $$| $$  $$$$| $$      | $$__/   | $$  | $$      | $$__/   | $$  | $$  | $$     | $$  | $$  | $$| $$__  $$
| $$  | $$| $$  | $$  \  $$$/  | $$  | $$| $$\  $$$| $$    $$| $$      | $$  | $$      | $$      | $$  | $$  | $$     | $$  | $$  | $$| $$  \ $$
| $$  | $$| $$$$$$$/   \  $/   | $$  | $$| $$ \  $$|  $$$$$$/| $$$$$$$$| $$$$$$$/      | $$$$$$$$| $$$$$$$/ /$$$$$$   | $$  |  $$$$$$/| $$  | $$
|__/  |__/|_______/     \_/    |__/  |__/|__/  \__/ \______/ |________/|_______/       |________/|_______/ |______/   |__/   \______/ |__/  |__/
***********************************************************************************************************************************************/
.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: center;
	flex-flow: column nowrap;
	width: 100%;
	height: 100%;
	padding-top: 68px;
}

.media-inner-wrapper .media-background-video
{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
}


.media-inner-wrapper .banner-caption
{
	font-family: "Montserrat", sans-serif;
	font-size: var(--font-size-h1);
	font-weight: bold;
	line-height: 1.2;
	color: #FFFFFF;
	margin: 0 0 5px 0 !important;
	padding: 0;
}

/*
@media screen and (min-width:2000px)
{
	.media-inner-wrapper .banner-caption
	{

	}
}
*/

.media-inner-wrapper .banner-description
{
	font-family: "Montserrat", sans-serif;
	font-size: var(--font-size-p);
	/*font-size: calc(26px + (61 - 26) * ((100vw - 400px) / (2000 - 400)));*/
	color: #FFFFFF !important;
	font-weight: regular;
	line-height: 1.2;
	margin: 0 0 5px 0 !important;
}

@media screen and (min-width:2000px)
{
	.media-inner-wrapper .banner-description
	{
		font-size: 1.1662rem;
	}
}

#banner_down_icon
{
	position: absolute;
	z-index: 500;
	bottom: 10px;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	transition: transform 300ms;
}

#banner_down_icon:hover
{
	transform: translateY(5px);
}