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

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

    &.mb20 {
        margin-bottom: 20px;
    }

    &.right {
        float: right;
    }

    img {
        float: left;
    }

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

    .small-img {
        width: 281px;
        height: 285px;
        display: inline-block;
        box-sizing: content-box;
        border: 1px solid $grayBorder;
        border-top: none;

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