li[data-sizex="2"] .full-row >td,li[data-sizex="1"] .full-row >td{
    display: block;
    width:100%;
    min-width: 99%;
}
.full-flat-list {
    overflow-x: hidden;
    text-align: center;
}
.full-flat-list table td{
    display: table-cell;;
}
.td_flt_img > a{
    display: block;
    text-align: center;
}
.fotter_flt{
    padding-top: 5px;
    padding-bottom: 5px;
    width: 120px;
}
.flt_txt{
    padding:5px;
    width: calc(100% - 280px);
}

.full-flat-list .hvr-grow-shadow:active,.full-flat-list .hvr-grow-shadow:focus,.full-flat-list .hvr-grow-shadow:hover{
    -webkit-transform: scale(1.03,1);
    transform: scale(1.03,1)
}