/* intro Unverse */
.intro_imbb h1 {
	margin: 0 50px 14px -3px;
	line-height: 98px;
	font-size: 120px;
	font-weight: 900;
	text-indent: -10px;
}
.intro_imbb h2 {
    margin: 0 0 60px;
    max-width: 380px;
    line-height: 34px;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
}
.intro_imbb h2 strong {font-weight: 900;}

.intro_imbb .txt_imbb .heading_imbb {
	min-height: 360px;
	margin-bottom: 0px;
}

.intro_imbb .image:before {
		background: #FFF;
	}


@media only screen and (max-width: 1299px) {
	.intro_imbb .image:before {
			background: #FFF;
		}
	.intro_imbb h1 {
		font-size: 100px;
    line-height: 100px;
    margin: 0 0 14px;
    text-indent: 0;
	}
}

@media only screen and (max-width: 1120px) {
	.intro_imbb h1 {
		font-size: 80px;
    line-height: 80px;
    margin: 0 0 14px;
    text-indent: 0;
	}

	.intro_imbb .txt_imbb .heading_imbb {
    min-height: 50px;
    margin-bottom: 0px;
	}

	.intro_imbb img {
    top: 0px;
	}
	.intro_imbb .image:before {
			background: #FFF;
		}
}
@media only screen and (max-width: 900px) {
	.intro_imbb h2 {
		font-size: 30px;
	}
@media only screen and (max-width: 800px) {
	.intro_imbb h2 {
		font-size: 26px;
	}
	.intro_imbb .image:before {
			background: #FFF;
		}
}
@media only screen and (max-width: 767px) {
	.intro_imbb h1 {
		margin: 0 100px 6px 0;
		line-height: 60px;
		font-size: 60px;
		text-indent: 0;
	}
	.intro_imbb h2 {
		margin: 0 300px 6px 0;
		line-height: 26px;
		font-size: 26px;
	}
	.intro_imbb .txt_imbb .heading_imbb {
		min-height: 50px;
    margin-bottom: 0px;
	}

	.intro_imbb .image:before {
			background: #FFF;
		}
}
