.col-inner:has(.image-cluster-wrapper){
	height: 100%;
}

.image-cluster-wrapper{
	position: relative;
	width: 100%;
	height: 100%;
}

.image-cluster-wrapper img{
	position: absolute;
	border-radius: 12px;
	box-shadow: 0px 35.5px 66.9px -22.5px #20362438;
}

.image-cluster-1{
	width: 60%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, min(calc(-50% - 120px), -130%));
}

.image-cluster-2{
	width: calc(50% + 30px);
	left: 50%;
	top: 50%;
	transform: translate(calc(0% - 30px), calc(-50% - 50px));
}

.image-cluster-3{
	width: calc(50% + 30px);
	left: 50%;
	top: 50%;
	transform: translate(calc(-100% + 30px), -50%);
}

@media only screen and (max-width: 549px) {
	.image-cluster-wrapper{
		padding-top: 100%;
        transform: translateY(20%);
	}
}