/* Global video aspect-ratio fix */
.brxe-video{aspect-ratio:16/9;width:100%;height:auto}
.brxe-video .bricks-video-preview-image{width:100%;height:100%;background-size:cover;background-position:center}
/* Subtle breathe animation */
.image-group-north__row{animation:imageGroupBreathe 8s ease-in-out infinite paused}
.image-group-north__row:hover{animation-play-state:running}
@keyframes imageGroupBreathe{0%,100%{transform:scale(1)}50%{transform:scale(1.015)}}
