.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;
}

.fp-section .fp-overflow {
    overflow: hidden;
}

.fp-section.fp-completely:not(.active) .sticky-section {
    transform: translateY(100%);
}

.scroll-up .fp-section.fp-completely:not(.active) .sticky-section {
    transform: translateY(-100%);
}

.sticky-section  {
    transition: transform 700ms ease 0s;
}

.sticky-section:after {
    content: '';
    top: 0;
    left: 95%;
    width: 100vw;
    height: 100%;
    background: none;
    position: absolute;
    z-index: 0;
	pointer-events: none;
}

.sticky-section.after\:bg-pinkLight::after {
	background: #FFE1F7;
}

.sticky-section.after\:bg-magentaMedium::after {
	background: #B0368F;
}

@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;
	}

	.sticky-section:after {
		display: none;
	}

	.fp-section.fp-completely:not(.active) .sticky-section {
		transform: none;
	}
	
	.scroll-up .fp-section.fp-completely:not(.active) .sticky-section {
		transform: none;
	}

	.fp-section .fp-overflow {
		max-height: none !important;
	}
	.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;
	}
}