/* v242 - remove huge mobile gap between Iranian and foreign films */
@media screen and (max-width:820px), screen and (hover:none) and (pointer:coarse) and (max-width:950px){
  html body .iran-films-section,
  html body .foreign-films-section{
    margin-top:24px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
  }

  html body .iran-films-section .foreign-slider,
  html body .foreign-films-section .foreign-slider,
  html body .foreign-slider{
    position:relative !important;
    width:100% !important;
    max-width:100% !important;
    min-height:215px !important;
    height:auto !important;
    overflow:hidden !important;
    margin:0 !important;
  }

  /* prevent hidden slider pages from creating unexpected empty height */
  html body .iran-films-section .foreign-page,
  html body .foreign-films-section .foreign-page{
    display:none !important;
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    opacity:0 !important;
    transform:none !important;
  }

  html body .iran-films-section .foreign-page.active,
  html body .foreign-films-section .foreign-page.active{
    display:grid !important;
    position:relative !important;
    opacity:1 !important;
    inset:auto !important;
    transform:none !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    width:100% !important;
  }

  html body .iran-films-section .foreign-card,
  html body .foreign-films-section .foreign-card{
    height:215px !important;
    min-height:215px !important;
    max-height:215px !important;
  }

  html body .foreign-films-section{
    margin-top:30px !important;
  }
}
