

.callout-images.blank-state {
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}

.callout-image {
	position: absolute;
	top: 50%;
	left: 50%;
	will-change: transform;
	transition: all 2.5s cubic-bezier(0.39, 0.68, 0.29, 1) 0.5s;
	z-index: 1;
	background-color: #fff
}

.callout-image:nth-child(1) {
	margin-left: -150px;
	margin-top: -235px;
	max-height: 420px;
	width: auto;
	z-index: 2
}

.callout-image:nth-child(2) {
	width: 170px;
	max-height: 340px;
	margin-left: -85px;
	margin-top: -156px
}

.callout-image:nth-child(3) {
	width: 160px;
	max-height: 320px;
	margin-left: -80px;
	margin-top: -149px
}

.callout-image:nth-child(4) {
	width: 200px;
	max-height: 400px;
	margin-left: -100px;
	margin-top: -173px
}

.callout-image:nth-child(5) {
	width: 100px;
	max-height: 200px;
	margin-left: -50px;
	margin-top: -112px
}




[data-aos="collection-callout"].aos-animate .callout-image:nth-child(1) {
	-webkit-transform: translate3d(0, 0, 0) scale(1, 1);
	transform: translate3d(0, 0, 0) scale(1, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3)
}

[data-aos="collection-callout"].aos-animate .callout-image:nth-child(2) {
	-webkit-transform: translate3d(-193px, -107px, 0);
	transform: translate3d(-193px, -107px, 0)
}

[data-aos="collection-callout"].aos-animate .callout-image:nth-child(3) {
	-webkit-transform: translate3d(187px, 111px, 0);
	transform: translate3d(187px, 111px, 0)
}

[data-aos="collection-callout"].aos-animate .callout-image:nth-child(4) {
	-webkit-transform: translate3d(-157px, 145px, 0);
	transform: translate3d(-157px, 145px, 0)
}

[data-aos="collection-callout"].aos-animate .callout-image:nth-child(5) {
	-webkit-transform: translate3d(178px, -82px, 0);
	transform: translate3d(178px, -82px, 0)
}



