.taro-preview {
    &_img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    &_swiper {
        position: absolute;
        top: 50%;
        width: 100%;
        height: fit-content;
        transform: translateY(-50%);

        &-item {
            display: flex;
            align-items: center;
        }
    }

    &_pagination {
        position: absolute;
        left: 20px;
        bottom: 30px;
        font-size: 16px;
        color: #fff;
    }
}
