.three-images-block{display:flex;flex-direction:row;gap:var(--gutter-loose);z-index:2;position:relative}.three-images-block.three-images-animation{view-timeline-name:--three-images-block;view-timeline-axis:block}.three-images-block.three-images-animation img:first-of-type{animation:6s firstImageMove both;animation-timing-function:ease-in-out;animation-timeline:--three-images-block;animation-range:entry 0% cover 100%;transform:translateY(0)}@media only screen and (max-width: 48rem){.three-images-block.three-images-animation img:first-of-type{display:none}}.three-images-block.three-images-animation img:last-of-type{animation:6s lastImageMove both;animation-timing-function:ease-in-out;animation-timeline:--three-images-block;animation-range:entry 0% cover 100%;transform:translateY(4rem)}@media only screen and (max-width: 48rem){.three-images-block.three-images-animation img:last-of-type{display:none}}.three-images-block.portrait-size img{flex:1;aspect-ratio:427/533;object-fit:cover}.three-images-block img{object-fit:contain;height:fit-content}@media only screen and (max-width: 48rem){.three-images-block{flex-direction:column}}@keyframes firstImageMove{from{transform:translateY(0)}to{transform:translateY(7.5rem)}}@keyframes lastImageMove{from{transform:translateY(7.5rem)}to{transform:translateY(0)}}
/*# sourceMappingURL=three_images.css.map */
