.artist.item {
  background-color: white;
  width: 96vw;
  margin: 0 auto;
  padding: 5vw;
}
.artist.item h2 {
  display: inline-block;
  font-family: "Brandon Grotesque Thin";
  text-transform: uppercase;
  font-weight: normal;
  font-size: 4vw;
  background-color: white;
  margin-bottom: 4vw;
}
.artist.item h2:after {
  content: "";
  display: block;
  clear: both;
}
.artist.item h3 {
  float: right;
  text-align: right;
  font-size: 5.5vw;
  line-height: 1.2;
}
.artist.item h3 span.english-name {
  display: inline-block;
  margin-bottom: 2vw;
}
.artist.item h4 {
  font-family: "Brandon Grotesque Bold";
  margin-bottom: 0vw;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 3vw;
}
.artist.item .works > h4:first-child {
  margin-top: 0;
}
.artist.item h4 + p,
.artist.item h4 + table {
  width: 100%;
  font-size: 0.9rem;
}
.artist.item h4 + table {
  font-size: 0.8rem;
}
.artist.item h4 + table td.name,
.artist.item h4 + table td.year {
  width: 40%;
}
.artist.item h4 + table td.profile-link,
.artist.item h4 + table td.work {
  width: 60%;
}
.artist.item h4 + table td.profile-link > a,
.artist.item h4 + table td.profile-link > a:visited {
  text-transform: uppercase;
  color: #333;
  font-family: 'Brandon Grotesque Bold';
  font-weight: normal;
  text-decoration: none;
}
#fantagio.artist .item {
  margin-bottom: 0.625rem;
}
.artist.item h4:first-child {
  margin-top: 0;
}
.artist.item h4 + p,
.artist.item h4 + table {
  width: 100%;
  font-size: 0.9rem;
}
.artist.item h4 + table {
  font-size: 0.8rem;
}
.artist.item h4 + table td.name,
.artist.item h4 + table td.year {
  width: 40%;
}
.artist.item h4 + table td.profile-link,
.artist.item h4 + table td.work {
  width: 60%;
}
.artist.item h4 + table td.profile-link > a,
.artist.item h4 + table td.profile-link > a:visited {
  text-transform: uppercase;
  color: #333;
  font-family: 'Brandon Grotesque Bold';
  font-weight: normal;
  text-decoration: none;
}
#fantagio.artist .item {
  margin-bottom: 0.625rem;
}