.gallery-grid{transition:all .3s ease-in-out}.gallery-grid.fade-out{opacity:0;transform:scale(0)}.gallery-grid.fade-in{opacity:1;transform:scale(1)}.gallery-grid.fade-in .col{animation:.3s ease-in-out forwards itemScaleIn}.gallery-grid.fade-in .col:first-child{animation-delay:0s}.gallery-grid.fade-in .col:nth-child(2){animation-delay:50ms}.gallery-grid.fade-in .col:nth-child(3){animation-delay:.1s}.gallery-grid.fade-in .col:nth-child(4){animation-delay:.15s}.gallery-grid.fade-in .col:nth-child(5){animation-delay:.2s}.gallery-grid.fade-in .col:nth-child(6){animation-delay:.25s}.gallery-grid.fade-in .col:nth-child(7){animation-delay:.3s}.gallery-grid.fade-in .col:nth-child(8){animation-delay:.35s}.gallery-grid.fade-in .col:nth-child(9){animation-delay:.4s}.gallery-grid.fade-in .col:nth-child(10){animation-delay:.45s}.gallery-grid.fade-in .col:nth-child(n+11){animation-delay:.5s}@keyframes itemScaleIn{0%{transform:scale(.8)}to{transform:scale(1)}}
