.p_img {width:320px;}
.p_img img {width:100%;height:auto;border-radius:8px;}
.b_img {width:500px;}
.b_img img {width:100%;height:auto;border-radius:0px;}

@media (max-width: 768px) {
	.p_img {width:90%;margin:20px auto;}
	.p_img img {width:100%;height:auto;border-radius:8px;}
	.b_img {width:100%;}
	.b_img img {width:100%;height:auto;border-radius:0px;}
}