.pkp_site_name .is_img img {
    display: inline-block;
    position: relative;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}
@media screen and (max-width: 768px) {
      .pkp_site_name .is_img img {
        max-width: 20%;
        height: auto;
      }
    }
.pkp_brand_footer{
    display: none;
}

a:hover,a:focus {
	color: #febb19
}
.pkp_page_index .homepage_image,.pkp_page_index .additional_content {
	margin-left: -0px;
	margin-right: -0px
        margin-top: -0px
}

.pkp_page_index .homepage_image img {
	display: block;
	width: 40%;
	height: auto
}

.pkp_helpers_text_justify {
	text-align: justify
}

.obj_article_details .abstract {
text-align: justify;
}
.obj_article_details .references {
text-align: justify;
}
.obj_article_details .author_bios {
text-align: justify;
}
.obj_issue_toc .cover {
	display: none;
}
label:contains("Author") {
    	display: none;
}

a.obj_galley_link.pdf:hover {
    background-color: #febb19; /* Change to your desired color */   
}

.article-summary .authors:after {
    content: "";
}

