.issues img.animate,
.about-us img.animate {
    transition: 2s ease all;
    transform-origin: right;
    transform: scaleX(0.25);
}


.donate img.animate,
.what-we-do img.animate {
    transition: 2s ease all;
    transform-origin: left;
    transform: translateX(-70%);
}

.donate .in-view img.animate,
.issues .in-view img.animate,
.what-we-do .in-view  img.animate,
.about-us .in-view  img.animate {
    transform: none;
}

.more-section .group-sections > div > div {
	position: relative;
	top: 200px;
	transition: 1.5s ease all;
}

.more-section.active .group-sections > div > div {
    top: 0;
}

@media only screen and (max-width: 768px) {
	.issues img.animate,
	.about-us img.animate {
		transform: scaleY(0.25);
		transform-origin: bottom;
	}

	.donate img.animate,
	.what-we-do img.animate {
		transform: translateY(90%);
		transform-origin: bottom;
	}

	.donate.active img.animate,
	.issues.active img.animate,
	.what-we-do.active img.animate,
	.about-us.active img.animate {
		transform: none;
	}

	.more-section .group-sections > div > div {
		top: 0;
	}

}

@media only screen and (min-width: 1080px) {
	.mdlg\:order-0 {
		order: 0 !important;
	}
	.mdlg\:order-1 {
		order: 1 !important;
	}
}
