/* Mobile reflow for the original 2012 Kinohorror composition. */
@media (max-width: 720px) {
  html,
  body {
    width: 100%;
    min-width: 0;
    height: auto;
    overflow-x: hidden;
  }

  .kino-shell {
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
  }

  .kino-shell > div:first-child {
    position: relative;
    height: 126px !important;
  }

  .kino-shell > div:first-child > div:first-child {
    position: absolute;
    bottom: 0;
    left: 8px;
    z-index: 1;
    width: 82px;
    padding: 0 !important;
  }

  .kino-shell > div:first-child > div:first-child img {
    width: 82px;
    height: auto;
  }

  .kino-shell > div:first-child > div:nth-child(2) {
    position: relative;
    z-index: 2;
    width: auto !important;
    height: auto !important;
    margin: 0 8px 0 92px !important;
    padding: 34px 0 0 !important;
    text-align: center;
  }

  .kino-shell > div:first-child > div:nth-child(2) img {
    width: min(270px, 100%);
    height: auto;
  }

  .kino-shell > div:nth-child(2),
  .kino-shell > div:nth-child(3) {
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    box-sizing: border-box;
    background-repeat: repeat-x !important;
  }

  .kino-shell > div:nth-child(2) > div,
  .kino-shell > div:nth-child(3) > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
    padding: 9px 10px !important;
    font-size: 14px !important;
    line-height: 1.55;
  }

  .kino-shell > div:nth-child(2) font,
  .kino-shell > div:nth-child(3) font {
    display: none;
  }

  .kino-main {
    padding-top: 14px !important;
    background: #f3f3f3 !important;
  }

  .kino-main > div:first-child {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 16px !important;
  }

  .kino-main > div:first-child > div {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
  }

  #searchform {
    width: 100%;
    max-width: 389px;
    margin: 0 auto;
    background-size: 100% 23px;
  }

  #searchform .searchform_text {
    width: calc(100% - 48px);
  }

  .kino-layout,
  .kino-layout > tbody,
  .kino-layout > tbody > tr {
    display: block;
    width: 100%;
  }

  .kino-layout > tbody > tr > td {
    display: none;
  }

  .kino-layout > tbody > tr > td:nth-child(2) {
    display: block;
    width: 100%;
  }

  .kino-layout > tbody > tr > td:nth-child(2) * {
    max-width: 100% !important;
    box-sizing: border-box;
    overflow-wrap: anywhere;
  }

  .slider {
    display: block;
    width: 100%;
    padding: 0;
  }

  .slider .preview a {
    display: block;
    float: none;
    width: 100%;
    max-height: none;
    margin: 0;
  }

  .slider .preview a .info {
    right: 0;
    width: auto;
  }

  .slider .reviews {
    display: grid;
    float: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .slider .reviews .review {
    height: 126px;
    margin: 1px !important;
  }

  .slider .reviews .review:last-child {
    grid-column: 1 / -1;
  }

  .slider .reviews .review .info {
    right: 0;
    left: 0;
    width: auto;
  }

  .oscars .oscar {
    float: none;
    width: 100%;
    height: 250px;
  }

  .oscars .oscar .info {
    right: 0;
    left: 0;
    width: auto;
  }

  .oscars .year {
    display: none;
  }

  .oscars .oscar .info .title {
    font-size: 20px;
  }

  .oscars .oscar .info .subtitle {
    font-size: 15px;
  }

  .kino-main > div:last-child {
    height: auto !important;
    min-height: 70px;
  }

  [data-na-home-articles] .feature-register {
    width: 100%;
    margin: 0;
    border-top: 5px solid #a50000;
  }
}
