.custom-s-block-animated-shapes {
	position: relative;
	margin: 0;
	overflow: hidden;
}

/* stretch to edge of viewport on full-width page */
.page-template-page-full-width .site-main > article > .entry-content > .custom-s-block-animated-shapes {
	margin: 0 -1rem;
}

.custom-s-animated-shapes-container {
	transform: scale(1.25, 0) rotateX(-90deg);
	transform-origin: bottom center;
	transition: transform .5s ease-out;
}


.custom-s-animated-shapes-container svg {
	display: block;
}

/* animate it */
.custom-s-animate-shapes .custom-s-animated-shapes-container { /* svg { */
	transform: scale(1, 1) rotateX(0deg);
}
.custom-s-animate-shapes .custom-s-animated-shapes-container.custom-s-animated-shape-short {
	transform: scale(1, .5) rotateX(0deg);
	margin-bottom: -1px;
}
