@keyframes fade{0%{opacity:0}to{opacity:1}}.not-show{display:none}.show{animation:fade .8s ease-in-out}@keyframes swipingLeft{0%{left:80%;z-index:0}95%{z-index:0}to{left:0%;z-index:1}}@keyframes swipingLeft2{0%{left:0%;z-index:1}95%{z-index:1}to{left:-100%;z-index:0}}.img-show-left{position:absolute;top:0;left:0;animation:swipingLeft .8s linear}.img-no-show-left{top:0;left:0;position:relative;animation:swipingLeft2 .8s linear}@keyframes swipingRight{0%{right:75%;z-index:0}95%{z-index:0}to{right:0%;z-index:1}}@keyframes swipingRight2{0%{right:0%;z-index:1}95%{z-index:1}to{right:-100%;z-index:0}}.img-show-right{position:absolute;top:0;right:0;animation:swipingRight .8s ease-in-out}.img-no-show-right{top:0;right:0;position:relative;animation:swipingRight2 .8s ease-in-out}.aspect{aspect-ratio:21/9;object-fit:contain}
