.full-width-container{
	overflow: hidden;
}
.full-width-container img{
	width: 100%;
	max-height: 100vh;
	overflow: hidden;
}

.full-width-container{
	min-height: 440px;
	overflow: hidden;
}

.full-width-container .text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
	height: 100%;
    padding: 2em 5em;
}

.full-width-container .text-content p {
    line-height: 42px;
    font-size: 16px;
}

.hero-img{
	background: url(../../img/about-us-banner-3.jpg) no-repeat center center;
	height: 100vh;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.hero-img .row{
	position: relative;
}
.hero-img  .banner-overlay-container{
	position: absolute;
    top: 50%;
    left: 5%;
    height: 100vh;
    width: 50%;
    margin: auto;
}

.hero-img .banner-overlay-text{
	font-weight: 900;
    position: absolute;
    top: 45%;
    margin: auto;
    font-size: 30px;
}
.hero-img .banner-overlay-text .sub{
	font-weight: 500;
    font-size: 20px;
}
.hero-img .banner-overlay-text .main{
    font-size: 30px;
}