﻿ul.images {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    width: auto;
    overflow-x: auto;
}

    ul.images li {
        flex: 0 0 auto;
    }


/*

CC 2.0 License Iatek LLC 2018
Attribution required

*/
