/* place your custom code here */

.availableInFormats {
  margin-top: -0.7rem;
}

.ageRating {
  margin-top: -0.8rem;
}

.general-data-table {
  margin-top: 2rem;
}

.production-data-table {
  margin-top: 4rem;
}

.production-title {
  font-size: 1.4rem;
  font-weight: 400;
  hyphens: none;
  line-height: 1.7rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
}

span.tag {

  background-color: black;
  color: white;
  height: 0.1rem;
  font-size: 0.8rem;
  margin-left: 0.6rem;
  border: none;
  padding: 0.1rem 0.5rem;
  font-variant-numeric: lining-nums;
  vertical-align: text-bottom;
}

.project-listing-pre {
  margin-bottom: 3rem;
}

.project-listing-pre:empty
{
  display:none;
}

.production-playtime {
  margin-top: 3rem;
}

.production-playtime:empty
{
  display:none;
}

.program-title {
  margin-top: 0.3rem;
  white-space: wrap;
  hyphens: none;
  line-height: 1.6rem;
}

.program-table {
  margin-top: 3rem;
}

.program-table tbody tr:last-child th, table tbody tr:last-child td {
  border-bottom: 1px solid #e5e5e5;
}

.program-table > tbody > tr:only-child > td {
  padding-left: 0;
}

.home-background-area {
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}
.home-background {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.col-right {
  text-align: right;
}
