@media (max-width: 768px){
  body .cinema-showcase{
    width:100% !important;
    max-width:100% !important;
    padding:0 14px !important;
    margin:28px auto 0 !important;
    box-sizing:border-box !important;
  }

  body .cinema-showcase .showcase-box{
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    padding:0 !important;
    border-radius:24px !important;
    overflow:hidden !important;
    display:block !important;
    box-sizing:border-box !important;
  }

  body .cinema-showcase .showcase-banner-link,
  body .cinema-showcase .showcase-box > img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    margin:0 !important;
    line-height:0 !important;
  }

  body .cinema-showcase .showcase-banner-link img,
  body .cinema-showcase .showcase-box > img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    object-fit:contain !important;
    object-position:center center !important;
    border-radius:inherit !important;
  }

  body .cinema-showcase .showcase-caption{
    right:12px !important;
    left:12px !important;
    bottom:12px !important;
    max-width:none !important;
  }
}
