/** * www.burgerking.es - Images are not appearing in the carousel * Bug #1800127 - https://bugzilla.mozilla.org/show_bug.cgi?id=1800127 * WebCompat issue #111677 - https://webcompat.com/issues/111677 * * The page is not adding -moz-available as a fallback for * -webkit-fill-available, which we add here. */ .bk-feat-prod__img, .bk-login__hr2, .bk-hero-for-children__faldon__center { width: -moz-available; }