.asg-panel {
    .item {
        overflow: hidden;
        position: relative;
        border: none;
        border-radius: unset;
        img {
            cursor: pointer;
            display: block;
            max-width: 100%;
            height: auto;
            margin-right: auto;
            margin-left: auto;
        }
        .index {
            position: absolute;
            top: 7px;
            z-index: 9999;
            right: 7px;
            padding: 2px 4px;
            font-size: 9px;
        }
        .caption {
            width: 100%;
            font-size: 11px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }
}