html,
body {
  background: url(https://ittelkom-pwt.ac.id/wp-content/uploads/2020/09/motif-background.jpg);
  background-size: 300px;
}

.homepage_image {
  display: inline-block;
  width: 28%;
  margin-left: 0px;
  float: right;
}

.homepage_image img {
  margin: 60px 0px 0px -20px;
  box-shadow: 4px 2px 5px gray;
  width: 300px;
}

.homepage_about {
  display: inline-block;
  width: 70%;
}

.current_issue {
  display: block;
}

.editorial-list {
  position: relative;
}
.editorial-list li {
  margin-bottom: 1.125rem;
}
.editorial-list .img-profile {
  position: absolute;
  width: 95px;
  height: 105px;
  border: 1px solid #ddd;
  padding: 0.5rem;
}
.editorial-list .img-profile .imgthumb {
  width: 80px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
  object-fit: fill;
}
.editorial-list .img-profile img {
  width: 100%;
  height: 100%;
}
.team-content {
  margin-left: 100px;
  min-height: 130px;
}
.team-content .ico-label {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}
.team-aff ul li {
  margin-bottom: 0;
}
.team-aff ul li .tm_label {
  display: inline-block;
  width: 80px;
}

.team-aff ul li .ico-label {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}

@media (max-width: 600px) {
  /* For mobile phones: */
  .homepage_about {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .homepage_about {
    margin-top: 30px;
  }
}

@media (max-width: 360px) {
  /* For mobile phones: */
  .homepage_image {
    width: 90%;
    margin: 0;
  }

  .homepage_about {
    margin-top: 0px;
  }
}

.homepage_about p {
  text-align: justify;
}

.pkp_navigation_user > li > a {
  color: rgba(0, 0, 0, 0.84);
  background: #8c8c8c;
}

.pkp_block {
  padding: 2.143rem 1.43rem;
  font-size: 1rem;
  line-height: 1.43rem;
  width: 300px;
}

.pkp_block .title {
  display: block !important;
  padding: 0.3em 0.5em !important;
  background: #030653;
  border-radius: 5px 5px 0 0;
  padding-left: 5px !important;
  color: #f8f9fa;
}

.pkp_structure_footer_wrapper {
  background: rgb(219, 224, 229);
  border-top: 1px solid #ddd;
  border-bottom: 1.43rem solid #020654;
}
