_brand-img-box.css 544 Bytes
.brand-img-box {
    width: 566px;
    box-sizing: border-box;
    display: inline-block;

    &.mb10 {
        margin-bottom: 10px;
    }

    &.right {
        float: right;
    }

    img {
        float: left;
    }

    .big-img {
        width: 100%;
        height: 333px;
    }

    .small-img {
        width: 50%;
        height: 283px;
        display: inline-block;
        box-sizing: border-box;
        border: 1px solid $grayBorder;
        border-top: none;

        &.first {
            border-right: none;
        }
    }
}