.myImageClass{width:200px;height:200px}.image-container{justify-content:center;align-items:center;height:100%;display:flex;position:relative}.product-image{width:50%;height:auto;position:absolute}.image-container.two-images .product-image:first-child{left:0}.image-container.two-images .product-image:nth-child(2){right:0}.image-container.three-images .product-image:first-child{top:0;left:25%}.image-container.three-images .product-image:nth-child(2){bottom:0;left:0}.image-container.three-images .product-image:nth-child(3){bottom:0;right:0}
