_left-right.css 1017 Bytes
.outlet-page {
    #thumb-row {
        .thumb-row-box {
            height: 132px;
            border-radius: 0;
            background-size: 100% 100%;
        }
    }

    .left-right-thumb-row {
        background-color: #f0f0f0;
        text-align: center;
        padding: 32px 0;

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

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

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

        .right-container {
            display: inline-block;
            width: 275px;
            height: 280px;
            border-radius: 4px;
            margin: 0 14.4px;

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