@media screen and (max-width: 1278px) {

    .picture-table figure {
        width: 100%;
        /* background: green !important; */
        /* padding: 1em; */
        overflow-x: auto;
        /* height: 2em;
        max-height: 2em !important; */
        /* overflow-x: auto; */
    }



}

@media screen and (min-width: 1278px) {


    #main {
        margin: auto;
        width: 96em !important;
    }

    .table .tr th {
        /* text-overflow: ellipsis; */
        /* max-width: 2em; */
        overflow: hidden;
        text-wrap: wrap !important;
    }

}