header {
    height: auto;
	margin-bottom:12rem;
}

@media only screen and (max-width: 1399px) {
	img.header-img {
		/* transform: scaleX(-1); */
	/*     bottom: -1.5rem !important; */
		width: 24rem!important;
	}
}

@media only screen and (max-width: 1199px) {
	img.header-img {
		max-width: 24rem!important;
	}
}

@media only screen and (max-width: 991px) {
    img.header-img {
        max-width: 18rem!important;
    }
	header {
    	margin-bottom: 9rem;
	}
}

@media only screen and (max-width: 767px) {
    img.header-img {
        max-width: 24rem !important;
    }
	
	header{
        margin-bottom: 20rem;
    }
	#section_2 {
		top: -16rem;
        height: 90rem;
    }
}