.hero_box {
	background: #1E1D20;
	color: #fff;
}
.hero_box .container-fluid {
	padding: 0;
}
.hero_box .hero_h1 {
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 600;
}
.hero_box .hero_logo {
    padding-left: 12%;
    padding-right: 12%;
}
.hero_box .hero_box_bg {
    position: relative;
}
.hero_box .hero_logo,
.hero_box .hero_h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: auto;
	/*height: 100vh;*/
	position: absolute;
	/*top: 0; left: 0; bottom: 0; right: 0;*/
}



@media (min-width: 992px) {
.hero_box .hero_h1 {
	font-size: 70px;
	line-height: 70px;
}	
}

@media (min-width: 1200px) {
.hero_box .hero_h1 {
	font-size: 90px;
	line-height: 90px;
}	
}

@media (min-width: 1440px) {
.hero_box .hero_h1 {
	font-size: 110px;
	line-height: 110px;
}	
}

@media (min-width: 1600px) {
.hero_box .hero_h1 {
	font-size: 120px;
	line-height: 120px;
}	
}

/*.hero_box_bg {*/
/*	height: 5500px;*/
/*}*/


.hero_box_bg .hero_h1,
.hero_box_bg .hero_logo{
	position: absolute;
	z-index: 2;
	pointer-events: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hero_box_bg .hero_logo {
	width: 100%;
}

.hero_tlo {
	/*position: relative;*/
	z-index: 0;
	overflow: hidden;
	height: calc(100vh - 125px);
    width: 100%;
}

.hero_tlo img {
    min-height: 100vh;
    object-fit: cover;
}