.dmbanner{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}
.dmbanner img{
	width: 100%;
	height: auto;
	position: relative;
}
.bannertext{
	position: absolute;
	width: 100%;
}
.bannertextk{
	width: 1280px;
	margin: 0 auto;
	color: white;
}
.btext1{
	font-size: 50px;
}
.btext2{
	font-size: 30px;
	padding-top: 25px;
}

@media (max-width:1280px) {
	.bannertext{
		position: absolute;
		width: 100%;
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.bannertextk{
		width: 100%;
		margin: 0 auto;
	}
}

@media (max-width:1200px) {
	.btext1{
		font-size: 30px;
	}
	.btext2{
		font-size: 18px;
		padding-top: 15px;
	}
}

@media (max-width:767px) {
	.btext1{
		font-size: 24px;
	}
	.btext2{
		font-size: 14px;
		padding-top: 8px;
	}
}