article.layer2 .col_fig .box_fig .wrap_fig_image {
    padding-top: 10%;
}
article.layer2 .col_fig .box_fig {
/*    width: 85%;*/
}
.link_baloon.cabinet {
    left: 4%;
    bottom: 10%;
}
.link_baloon.wash {
    left: 50%;
    bottom: 5%;
}
.link_baloon.func {
    right: 0;
    top: 33%;
}
.link_baloon.easy {
    left: 0;
    top: 13%;
}
.link_baloon.auto {
    right: 0;
    top: 0;
}
.link_baloon.touchless {
    left: 0;
    top: 50%;
}

@media screen and (max-width:900px){
article.layer2 .col_fig .box_fig {
    width: 85%;
}
}

@media screen and (max-width:600px){
article.layer2 .col_fig .box_fig {
    width: 100%;
}
article.layer2 .col_fig .box_fig .wrap_fig_image {
    padding: 40% 0 10%;
}
.link_baloon.touchless {
    top: 41%;
}
.link_baloon.auto {
	width: 50%;
}
.link_baloon.easy {
    top: 15%;
}
.link_baloon.func {
        top: 26%;
}
.link_baloon.wash {
    bottom: 6%;
}
.link_baloon.cabinet {
    bottom: 18%;
    left: 0;
}
}