/* Responsiveness for hello-child website */

@media only screen and (min-width : 1025px) and (max-width : 1600px) {
	
.banner_image {
    transform: scale3d(1.9, 1.9, 1) translateX(-4%);
    transform-origin: bottom center;
}

.what_we_offer_tabs .full_height img {
    height: 420px  !important;
}

.hvr_tinnitus_content {
    transform: translateY(calc(100% - 80px));
}

}

@media screen and  (max-width: 1400px) {
	
.banner_image {
    transform: scale3d(1.8, 1.9, 1) translateX(-4%);
    transform-origin: bottom center;
}

	.banner_left_column{
padding-top:0px !important;
}

}
@media screen and  (max-width: 1024px) {
	
}
@media screen and  (max-width: 768px) {
	
}
@media screen and  (max-width: 600px) {
	
}