.VRL_PHOTOPINSWING .gallery figure,.VRL_PHOTOPINSWING .gallery figure:nth-child(odd){--PhotoPinSwing_direction:alternate}.VRL_PHOTOPINSWING .gallery{position:relative;left:calc(-1 * var(--adjust-size));display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;max-width:100vw;padding:20px;-webkit-perspective:0;perspective:0}.VRL_PHOTOPINSWING .gallery figure:nth-child(7n){--PhotoPinSwing_duration:1s;--PhotoPinSwing_pincolor:crimson}.VRL_PHOTOPINSWING .gallery figure:nth-child(7n+1){--PhotoPinSwing_duration:1.8s;--PhotoPinSwing_pincolor:hotpink}.VRL_PHOTOPINSWING .gallery figure:nth-child(7n+2){--PhotoPinSwing_duration:1.3s;--PhotoPinSwing_pincolor:magenta}.VRL_PHOTOPINSWING .gallery figure:nth-child(7n+3){--PhotoPinSwing_duration:1.5s;--PhotoPinSwing_pincolor:orangered}.VRL_PHOTOPINSWING .gallery figure:nth-child(7n+4){--PhotoPinSwing_duration:1.1s;--PhotoPinSwing_pincolor:darkorchid}.VRL_PHOTOPINSWING .gallery figure:nth-child(7n+5){--PhotoPinSwing_duration:1.6s;--PhotoPinSwing_pincolor:deeppink}.VRL_PHOTOPINSWING .gallery figure:nth-child(7n+6){--PhotoPinSwing_duration:1.2s;--PhotoPinSwing_pincolor:mediumvioletred}.VRL_PHOTOPINSWING .gallery figure:nth-child(3n){--PhotoPinSwing_angle:3deg}.VRL_PHOTOPINSWING .gallery figure:nth-child(3n+1){--PhotoPinSwing_angle:-3.3deg}.VRL_PHOTOPINSWING .gallery figure:nth-child(3n+2){--PhotoPinSwing_angle:2.4deg}.VRL_PHOTOPINSWING .gallery figure:nth-child(2n){--PhotoPinSwing_direction:alternate-reverse}.VRL_PHOTOPINSWING .gallery figure{--PhotoPinSwing_angle:3deg;--PhotoPinSwing_count:5;--PhotoPinSwing_duration:1s;--PhotoPinSwing_delay:calc(-0.5 * var(--PhotoPinSwing_duration));--PhotoPinSwing_pincolor:red;position:relative;display:inline-block;margin:var(--adjust-size);padding:.5rem;border-radius:5px;box-shadow:0 7px 8px rgba(0,0,0,.4);width:100%;height:auto;text-align:center;background-color:#f8f8ff;background-image:url("https://images.unsplash.com/photo-1629968417850-3505f5180761?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2OTMzMjQ3ODJ8&ixlib=rb-4.0.3&q=80&w=500");background-size:cover;background-position:center;background-blend-mode:multiply;transform-origin:center 0.22rem;will-change:transform;break-inside:avoid;overflow:hidden;outline:transparent solid 1px;-webkit-backface-visibility:hidden;backface-visibility:hidden}.VRL_PHOTOPINSWING .gallery.active figure{animation-duration:var(--PhotoPinSwing_duration),1.5s;animation-delay:var(--PhotoPinSwing_delay),calc(var(--PhotoPinSwing_delay) + var(--PhotoPinSwing_duration) * var(--PhotoPinSwing_count));animation-timing-function:ease-in-out;animation-iteration-count:var(--PhotoPinSwing_count),1;animation-direction:var(--PhotoPinSwing_direction),normal;animation-fill-mode:both;animation-name:KF_PhotoPinSwing_swing,KF_PhotoPinSwing_swingEnd}.VRL_PHOTOPINSWING .gallery figure:after{position:absolute;top:.22rem;left:50%;width:.7rem;height:.7rem;content:"";background:var(--PhotoPinSwing_pincolor);border-radius:50%;box-shadow:-.1rem -.1rem .3rem .02rem rgba(0,0,0,.5) inset;filter:drop-shadow(.3rem .15rem .2rem rgba(0, 0, 0, .5));transform:translateZ(0);z-index:2}.VRL_PHOTOPINSWING figure img{aspect-ratio:1/1;width:100%;object-fit:cover;display:block;border-radius:5px;margin-bottom:10px;z-index:1}@keyframes KF_PhotoPinSwing_swing{0%{transform:rotate3d(0,0,1,calc(-1 * var(--PhotoPinSwing_angle)))}100%{transform:rotate3d(0,0,1,var(--PhotoPinSwing_angle))}}@keyframes KF_PhotoPinSwing_swingEnd{to{transform:rotate3d(0,0,1,0deg)}}@media (min-width:800px){.VRL_PHOTOPINSWING .gallery{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}