#c_static_001-17090064872880 .demo {
    padding: 50px 20px;
}
#c_static_001-17090064872880 .col-xs-6 {
    width: 50%;    padding-left: 15px;
    padding-right: 15px;
}
#c_static_001-17090064872880 .row {
    margin: 0;
}

#c_static_001-17090064872880 div {
    overflow: hidden;
}

#c_static_001-17090064872880 img {
    width: 100%;
}

#c_static_001-17090064872880 .thmil {
    position: relative;
    overflow: hidden;
    background-color: #000;
    width: 100%;
}

#c_static_001-17090064872880 .thmil IMG {
    transition: all 0.8s;
    opacity: 0.6;
    backface-visibility: hidden;
}

#c_static_001-17090064872880 .thmil:hover IMG {
    transition: all 0.6s;
    transform: scale(1.1);
    opacity: 1;
}

#c_static_001-17090064872880 .cont {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 40%;
    overflow: hidden;
    color: #fff;
}

#c_static_001-17090064872880 .list1 .row {
    display: flex;
}

#c_static_001-17090064872880 .list1 .row:first-child >div {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

#c_static_001-17090064872880 .list1 .row:last-child {
    padding-top: 10%;
    margin-left: 25%;
    align-items: flex-start;
    justify-content: flex-end;
}

#c_static_001-17090064872880 .list1 .row:last-child .thmil {
    width: 75%;
}

#c_static_001-17090064872880 .list2 {
    padding-top: 60px;
}

#c_static_001-17090064872880 .list2 .row:last-child {
    padding-top: 10%;
}

#c_static_001-17090064872880 .list2 .row:last-child > div:first-child {
    padding-left: 0;
}

#c_static_001-17090064872880 .list2 .row:last-child > div:last-child {
    padding-right: 0;
}

#c_static_001-17090064872880 .list3 {
    padding-top: 30px;
}

#c_static_001-17090064872880 .list3 .row:first-child {
    display: flex;
}

#c_static_001-17090064872880 .list3 .row:first-child > div:first-child {
    padding-left: 0;
}

#c_static_001-17090064872880 .list3 .row:first-child > div:last-child {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-right: 0;
}

#c_static_001-17090064872880 .list3 .row:last-child {
    padding-top: 10%;
}

#c_static_001-17090064872880 .list3 .row:last-child .thmil {
    width: 75%;
}