﻿body {
}

.synamic .item {
    width: 100%;
    min-height: 240px;
}

.list .sublist {
    padding: 0 3px;
    display: inline-block;
    width: 33.33%;
    box-sizing: border-box;
}

.synamic .inner {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.synamic .innerimg {
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    width: 100%;
}

.synamic .item img {
    height: 220px;
}

@@media screen and (max-width:400px) {
    .list .sublist {
        width: 50%;
    }
}
