#movie_stills_gallery {
  margin-top: var(--block-margin-top);
}
#movie_facts_table {
  display: table;
}
.facts_table_row {
  display: table-row;
  padding-top: 1em;
  padding-bpttom: 1em;
}
.facts_table_cell {
  display: table-cell;
  padding-top: 1em;
  padding-bpttom: 1em;
}
.facts_table_row:first-child td {
  padding-top: 0;
}
.facts_table_row:last-child td {
  padding-bottom: 0;
}

.movie_fact_label {
  font-weight: bold;
  color: var(--color-faded);
  padding-right: 1em;
}

.fact_movie_duration .movie_fact:after {
  content: ' Min.';
}

#movie_related_events {
  margin-top: var(--layout-gap);
}
#movie_related_events_hl {
  margin-bottom: 1em;
}

#movie_stills {
  margin-bottom: var(--layout-gap);
}
#movie_cover img {
  width: 100%;
}

@media (max-width: 800px) {
fmovie_stills_gallery
  #movie_facts_table {
    display: block;
  }
  .facts_table_row {
    display: block;
  }
  .facts_table_cell {
    display: block;
    padding-top: 1em;
    padding-bpttom: 1em;
  }


  .fact_movie_duration,
  .fact_project_type,
  .fact_release_date,
  .fact_country_of_origin,
  .fact_movie_language,
  .fact_movie_directors,
  .fact_section_category,
  .fact_status_premier {
    display: flex;
    flex-direction: row;
  }

  .fact_movie_writers .movie_fact,
  .fact_key_cast .movie_fact,
  .fact_synopsis_ger .movie_fact,
  .fact_biography_director .movie_fact {
    padding-top: .25em;
  }


}




