* {
  background: none !important;
  box-shadow: none !important;
  color: black !important;
}

body {
  font-size: 12pt;
  background: white !important;
}

main, article, .oldal, .oldal-lg {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none !important;
}

header, nav, footer, details, .ratio, video, .tartalomjegyzek {
  display: none !important;
}

img, figure img {
  max-width: 25% !important;
  height: auto !important;
}

table tr > * {
  border: none !important;
  padding: 5px !important;
  background-color: white !important;
}

a::after {
  content: " (" attr(href) ")";
}

.film {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  page-break-inside: avoid;
}

.filmplakat,.leiras {
  flex: 1 1 48%;
}

.filmplakat {
  max-width: 100%;
  height: auto;
}

.nyomtatas {
  display: block;
  padding: 10px;
  border: 1px solid gray;
}