_left-right.css 828 Bytes
.left-right-thumb-row {
    background-color: #fff;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 28px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0;

    .thumb-row-box {
        display: inline-block;
        width: 276px;
        height: 134px;
        border-radius: 0;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0;

        &.first {
            margin: 0 !important;
        }
    }

    .left-thumb-row-box {
        height: 296px;
    }

    .left-container {
        float: left;
    }

    .right-container {
        float: right;
        width: 276px;
        height: 296px;
        border-radius: 4px;
        margin: 0;

        .right-thumb-row-box {
            margin: 28px 0 0;
        }
    }
}