/***********************************************************************************************************************************************
  /$$$$$$  /$$$$$$$  /$$    /$$  /$$$$$$  /$$   /$$  /$$$$$$  /$$$$$$$$ /$$$$$$$        /$$$$$$$$ /$$$$$$$  /$$$$$$ /$$$$$$$$ /$$$$$$  /$$$$$$$
 /$$__  $$| $$__  $$| $$   | $$ /$$__  $$| $$$ | $$ /$$__  $$| $$_____/| $$__  $$      | $$_____/| $$__  $$|_  $$_/|__  $$__//$$__  $$| $$__  $$
| $$  \ $$| $$  \ $$| $$   | $$| $$  \ $$| $$$$| $$| $$  \__/| $$      | $$  \ $$      | $$      | $$  \ $$  | $$     | $$  | $$  \ $$| $$  \ $$
| $$$$$$$$| $$  | $$|  $$ / $$/| $$$$$$$$| $$ $$ $$| $$      | $$$$$   | $$  | $$      | $$$$$   | $$  | $$  | $$     | $$  | $$  | $$| $$$$$$$/
| $$__  $$| $$  | $$ \  $$ $$/ | $$__  $$| $$  $$$$| $$      | $$__/   | $$  | $$      | $$__/   | $$  | $$  | $$     | $$  | $$  | $$| $$__  $$
| $$  | $$| $$  | $$  \  $$$/  | $$  | $$| $$\  $$$| $$    $$| $$      | $$  | $$      | $$      | $$  | $$  | $$     | $$  | $$  | $$| $$  \ $$
| $$  | $$| $$$$$$$/   \  $/   | $$  | $$| $$ \  $$|  $$$$$$/| $$$$$$$$| $$$$$$$/      | $$$$$$$$| $$$$$$$/ /$$$$$$   | $$  |  $$$$$$/| $$  | $$
|__/  |__/|_______/     \_/    |__/  |__/|__/  \__/ \______/ |________/|_______/       |________/|_______/ |______/   |__/   \______/ |__/  |__/
***********************************************************************************************************************************************/
.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: flex-end;
	align-items: flex-end;
	flex-flow: column nowrap;
	width: 100%;
	height: 100%;
	bottom: 30px;
	z-index: 10;
}

.cke_editable .media-inner-wrapper
{
	position: absolute;
}

.media-inner-wrapper .white-inner-wrapper 
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	max-width: 900px;
	margin: 0 0 0 auto;
	padding: 30px;
}

@media screen and (max-width: 991px)
{
	.media-inner-wrapper .white-inner-wrapper 
	{
		display: block;
	}	
}

.media-inner-wrapper .banner-content-image-container
{
	padding-left: 30px;
	padding-right: 30px;
}

@media screen and (max-width: 991px)
{
	.media-inner-wrapper .banner-content-image-container
	{
		position: relative;
		display: block;
		max-width: 100%;
		text-align: center;
	}

	.media-inner-wrapper .banner-content-image-container img
	{
		max-width: 100px;
		max-height: 100px;
	}
}

.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-new
{
	font-family: barlow_medium, sans-serif;	
	font-size: calc(18px + (26 - 18) * ((100vw - 400px) / (2000 - 400)));
	color: #CC4B00 !important;	
	margin-bottom: 20px;
}

.media-inner-wrapper .banner-caption
{
	font-family: barlow_medium, sans-serif;	
	font-size: calc(26px + (40 - 26) * ((100vw - 400px) / (2000 - 400)));
	color: #4d4d4f !important;	
	margin-bottom: 20px;
}

@media screen and (min-width:2000px)
{
	.media-inner-wrapper .banner-caption
	{
		font-size: 40px;
	}
}

.media-inner-wrapper .banner-description
{
	font-family: roboto, sans-serif;	
	font-size: 16pt;
	font-size: calc(16px + (21 - 16) * ((100vw - 400px) / (2000 - 400)));
	color: #000000 !important;	
	margin-bottom: 20px;
}