.homepage_image {
	width:240px;
	float:left;
	margin:	0 30px 0 -30px !important;

}



@media screen and (min-width: 768px) {
.obj_article_details .entry_details{
  width:200px;
}
.obj_article_details .main_entry {
  width:528px;
}

}


@media screen and (min-width: 992px) {
.pkp_structure_sidebar {
  width:150px;
}
.pkp_structure_main {
  width:802px;
}  
.pkp_structure_main::after {
  left:802px;
}
.obj_article_details .main_entry {
  width:602px;
}  
}



@media screen and (min-width: 1200px) {
.pkp_structure_main {
  width:1010px;
}  
.pkp_structure_main::after {
  left:1010px;
}
.obj_article_details .main_entry {
  width:810px;
}
}

