@charset "UTF-8";


.component_client{position:relative;}
.component_client .figure{position:relative;background-image:url(../img/component_client_figure.jpg);background-size:100%;background-repeat:no-repeat;background-position:center top;}
.component_client .figure:before{content:"";display:block;padding-bottom:49.3%;}
.component_client .figure:after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(../img/component_client_figure_mobile.jpg);background-size:100%;background-repeat:no-repeat;background-position:center top;display:none;}

@media all and (max-width:600px){
	.component_client .figure{background-image:none;}
	.component_client .figure:before{padding-bottom:204.1%;}
	.component_client .figure:after{display:block;}
}