﻿/*----------------------------------------------------------------------------------------------
|-> RWD
----------------------------------------------------------------------------------------------*/

.sideBanner_WeAreFamily {
    position: fixed;
    z-index: 20;
    left: 0;
    bottom: 10%;
    width: 100px;
    height: 115px;
    overflow: hidden;
}

    .sideBanner_WeAreFamily img {
        width: 100%;
        line-height: 0;
    }
