.PhotoCollage{background:inherit;width:100%;overflow:hidden;display:flex;flex-direction:column;gap:20px}.PhotoCollage img{opacity:.8;margin:0 auto;background:inherit;width:100%;height:240px}.PhotoCollage__placeholder{width:100%;height:100%;background:none}.PhotoCollage__loaded{animation:fadeIn .3s ease-in-out}.PhotoCollage__text{position:sticky;bottom:0;font-size:32px;width:100%;color:var(--primary-text-color);word-break:break-word;text-align:center;z-index:1;line-height:38.73px;display:flex;align-items:center;flex-direction:column;padding-bottom:20px}.PhotoCollage__text p{height:max-content;width:100%}