@import url('https://fonts.googleapis.com/css?family=Overpass:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800,300i,400i,500i,600i,700i,800i&display=swap'); 
  
  
.custom_html {  

    background-color: #fff;
    color: #333;

    font-family: sans-serif; 
    font-size: 10px;
    font-weight: 400;
	
	line-height: 1.428571429; 
	margin: 0; 
}

.custom_html .banner  {

	display: block;
	position: relative;

}

.custom_html .caption  { 
    position: absolute; 
	top: 30%;
	z-index: 201;
    flex-direction: unset; 
    justify-content: unset;

	width: auto;
	height: 100%; 
    max-height: unset; 

    padding: 0; 

    text-align: left!important; 
} 


.custom_html .container-fluid { 
    margin-right: auto; 
    margin-left: auto;
    padding-left: 45px; 
    padding-right: 45px;
    width: 100%;
} 

.custom_html h1 { 
    
	font-family: Overpass,Arial,Helvetica,sans-serif; 
	font-weight: 800; 
	font-size: 51px; 
	line-height: 1.1; 
    text-transform: uppercase;
	text-shadow: 0 0 5px rgba(0,0,0,.95);
    letter-spacing: -.1rem;
 
	padding: 0; 
	margin: 0;  
 
    color: #fff; 
} 

.custom_html p.text  { 

	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-style: normal;
    font-size: 18px;
    font-weight: 400;
	line-height: 28px; 
    text-align: left!important; 
	text-transform: unset; 

    padding-top: unset; 
	border-top: none; 
	border-top: unset; 
    margin: 10px auto 15px;
	
    color: #eee; 
    display: inline-block; 
    max-width: 700px; 
}

@media (max-width: 1199px)
{
	.custom_html .caption
	{
		top: 27%;
	}

	.custom_html h1
	{
		font-size: 40px;
	}

	.custom_html p.text
	{
		font-size: 16px;
	}
}

@media (max-width: 991px)
{
	.custom_html .caption
	{
		top: 13%;
	}

	.custom_html h1
	{
		font-size: 30px;
	}

	.custom_html p.text
	{
		font-size: 15px;
	}
}

@media (max-width: 767px)
{
	.custom_html .caption
	{
		top: 11%;
	}

	.custom_html h1
	{
		font-size: 20px;
	}

	.custom_html p.text
	{
		font-size: 13px;
		line-height: 19px;
	}
}

@media (max-width: 575px)
{
	.custom_html .caption
	{
		top: 70%;
		width: 100%;
	}

	.custom_html h1
	{
		text-align: center;
	}

	.custom_html p.text
	{
		display: none;
	}
}


