@media screen and (max-width : 399px) {
	.bg_style {
		background-position: 52% 0%;
		background-size: 247% 65%;
	}
}
@media screen and (min-width : 400px) and (max-width : 500px) {
	.bg_style {
		background-position: 52% 50%;
	}
}

@media screen and (max-width : 767px) {
	
}



@media screen and (min-width : 1441px) and (max-width : 991px) {
	
}


@media screen and (min-width : 1537px) {
	.text_block a {
		min-height: 520px;
		top: 20em;
	}
}
