 .plugin_blogdetail_header_image{
	height:600px;
	background-position:center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
 }
 
.image_portait { float:left;width:300px;margin-right:20px;margin-bottom:5px; /* border:1px solid red; */ }
.image_portait_img { float:left;width:100%;margin-bottom:10px; }
.image_portait_legend { font-size: 14px;line-height: 1.35em;font-style: italic; }

@media only screen and (max-width: 1024px) {
	.image_portait { float:left;width:200px;margin-right:20px;margin-bottom:5px; /* border:1px solid green; */ }
	.image_portait_img { float:left;width:100%;margin-bottom:10px; }
	.image_portait_legend { font-size: 14px;line-height: 1.30em;font-style: italic; }
}

@media only screen and (max-width: 767px) {
	.image_portait { float:left;width:100px;margin-right:20px;margin-bottom:5px; /* border:1px solid blue; */ }
	.image_portait_img { float:left;width:100%;margin-bottom:10px; }
	.image_portait_legend { font-size: 14px;line-height: 1.30em;font-style: italic; }
}
