@charset "utf-8";
/* CSS Document */


#exercise2 .i_ex2 {
	margin:0 auto 15px;
	width:50%;
}

#exercise3 .i_ex3 {
	margin:0 auto 15px;
	width:70%;
}


@media screen and (max-width : 950px ){
#exercise2 .i_ex2 {
	width:65%;
}

#exercise3 .i_ex3 {
	width:75%;
}
}


@media screen and (max-width : 780px ){

#exercise2 .i_ex2 {
	width:100%;
}

#exercise3 .i_ex3 {
	width:100%;
}
}






