_thumb-row.css
356 Bytes
#thumb-row {
background-color: #f0f0f0;
text-align: center;
padding: 32px 0 0;
.thumb-row-box {
display: inline-block;
width: 275px;
height: 160px;
border-radius: 4PX;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
margin: 0 14.4px;
}
}