.the_img_mobile_wrapper {
	height: 42em;
	margin-bottom: 4em;
}
@media (max-width: 45em) {
        .the_img_mobile_wrapper {
                width: auto;
                height: auto;
                margin-left: 0;
                margin-right: 0;
		margin-bottom: 0;
        }
}
