Видеоответы на вопросы по Tilda

Как сделать в блоке st305 показ второго фото свайпом на мобильном в Tilda

<style>
@media screen and (max-width:480px){
    
.t-store__card__imgwrapper  .t-bgimg {
    position: static;
    width: 100%;
    flex-shrink: 0;
    scroll-snap-align: end;
}

.t-store__card__imgwrapper {
    height: 105vw;
    padding-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.t-store__card__bgimg_second, .t-store__card__img_second {
    opacity: 1;
}

.t-store__card__textwrapper {
    position: relative;
    padding-top: 30px;
}

.t-store__card__textwrapper:before {
    content: "";
    background-image: url(https://static.tildacdn.com/tild3131-6433-4261-b838-623762663738/swipe.svg);
    position: absolute;
    top: 5px;
    left: 50%;
    width: 76px;
    height: 16px;
    transform: translateX(-50%);
}

}

</style>
Made on
Tilda