.small-img {
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
    margin-top: 0;
    position: relative
}

    .small-img .icon-left, .small-img .icon-right {
        width: 12px;
        height: 24px;
        cursor: pointer;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0
    }

    .small-img .icon-left {
        transform: rotate(180deg)
    }

    .small-img .icon-up {
        transform: rotate(270deg)
    }

    .small-img .icon-right {
        right: 0
    }

    .small-img .icon-down {
        transform: rotate(90deg)
    }

    .small-img .icon-left:hover, .small-img .icon-right:hover {
        opacity: .5
    }

.small-container {
    width: 75px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

    .small-container div {
        width: 800%;
        position: relative
    }

    .small-container .show-small-img {
        width: 50px;
        height: 50px;
        margin-right: 0px;
        cursor: pointer;
        margin-bottom: 3px
    }

        .small-container .show-small-img:last-of-type {
            margin-right: 0
        }

.show-small-img {
    display: block
}

.display_mobile {
    display: none
}

@media only screen and (max-width:767px) {
    .small-container {
        width: 80%;
        height: 100%
    }

        .small-container div {
            width: 800%;
            position: relative
        }

        .small-container .show-small-img {
            width: 50px;
            height: 50px;
            margin-right: 2px;
            cursor: pointer
        }

            .small-container .show-small-img:last-of-type {
                margin-right: 0
            }

    .show-small-img {
        display: inline-block
    }

    .display_mobile {
        display: block
    }

    #show-img {
        width: 100%;
        height: 100%
    }
    .small-container {
        direction: ltr;
    }
    .small-img .icon-left {
        left: 0;
    }
}
