@media (min-width: 900px) {
    .ct-right {
        scrollbar-width: thin;
        scrollbar-color: transparent transparent;

        &::-webkit-scrollbar {
            width: 6px;
            background-color: transparent;
        }

        &::-webkit-scrollbar-thumb {
            background-color: transparent;
        }
    }
    .ct-img-number{
        justify-content: flex-start;
    }
}