/***********************************************************************************************************************************************
  /$$$$$$  /$$$$$$$  /$$    /$$  /$$$$$$  /$$   /$$  /$$$$$$  /$$$$$$$$ /$$$$$$$        /$$$$$$$$ /$$$$$$$  /$$$$$$ /$$$$$$$$ /$$$$$$  /$$$$$$$
 /$$__  $$| $$__  $$| $$   | $$ /$$__  $$| $$$ | $$ /$$__  $$| $$_____/| $$__  $$      | $$_____/| $$__  $$|_  $$_/|__  $$__//$$__  $$| $$__  $$
| $$  \ $$| $$  \ $$| $$   | $$| $$  \ $$| $$$$| $$| $$  \__/| $$      | $$  \ $$      | $$      | $$  \ $$  | $$     | $$  | $$  \ $$| $$  \ $$
| $$$$$$$$| $$  | $$|  $$ / $$/| $$$$$$$$| $$ $$ $$| $$      | $$$$$   | $$  | $$      | $$$$$   | $$  | $$  | $$     | $$  | $$  | $$| $$$$$$$/
| $$__  $$| $$  | $$ \  $$ $$/ | $$__  $$| $$  $$$$| $$      | $$__/   | $$  | $$      | $$__/   | $$  | $$  | $$     | $$  | $$  | $$| $$__  $$
| $$  | $$| $$  | $$  \  $$$/  | $$  | $$| $$\  $$$| $$    $$| $$      | $$  | $$      | $$      | $$  | $$  | $$     | $$  | $$  | $$| $$  \ $$
| $$  | $$| $$$$$$$/   \  $/   | $$  | $$| $$ \  $$|  $$$$$$/| $$$$$$$$| $$$$$$$/      | $$$$$$$$| $$$$$$$/ /$$$$$$   | $$  |  $$$$$$/| $$  | $$
|__/  |__/|_______/     \_/    |__/  |__/|__/  \__/ \______/ |________/|_______/       |________/|_______/ |______/   |__/   \______/ |__/  |__/
***********************************************************************************************************************************************/
.banner-advanced-editor-html-container
{
	position: absolute;
	z-index: 15;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
}

.banner-advanced-editor-html-container::after
{
	content: '';
    position: absolute;
    z-index: 100;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 128px;
    background: url(/images/Lampert-Law-banner-cutout.png) bottom center no-repeat;
}

.media-inner-wrapper
{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
	width: 100%;
	height: 100%;
	padding-bottom: 100px;
}

.media-inner-wrapper .media-background-video
{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
}

.media-inner-wrapper .banner-caption
{
	max-width: 810px;
}

.media-inner-wrapper .banner-caption img
{
	margin-bottom: 30px;
}

.media-inner-wrapper .banner-caption,
.media-inner-wrapper h1
{
	font-family: montserrat;
	font-weight: bold;
	font-size: calc(18px + (42 - 18) * ((100vw - 300px) / (1600 - 300)));
	color: #FFFFFF !important;
	text-align: center;
	margin-bottom: 10px;
}

.media-inner-wrapper h2
{
	font-family: space_age;
	font-size: calc(22px + (42 - 22) * ((100vw - 300px) / (1600 - 300)));
	color: #FFFFFF !important;
}

.media-inner-wrapper .banner-caption-lesser
{
    font-family: 'SourceSans3', sans-serif;
	font-style: italic;
	font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (1600 - 300)));
	color: #ffffff;
}

@media screen and (max-width: 400px)
{
	.media-inner-wrapper .banner-caption img
	{
		max-width: 50%;
		margin: 0 auto;
	}
}


