.stories .swiper-slide { padding: 2px; border: 2px solid var(--main); border-radius: 22px;}.stories .swiper-slide svg { width: auto; height: auto;}.stories .swiper-slide .image { position: absolute; top: 2px; left: 2px; width: calc(100% - 4px); height: calc(100% - 4px); background: var(--image-preloader); background-size: 400%; animation: loading 1.2s ease-in-out infinite; border-radius: 20px; overflow: hidden;}.stories .swiper-slide.viewed { border-color: var(--secondary);}