.shattered-facade{
position: absolute;
width: 100%;
height: 100%;
background-color: #333;
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);;
}
.reflections{
position: absolute;
width: 100%;
height: 100%;
background-color: #444;
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);;
transform: scale(1.2, 1);
}