diff --git a/extensions/amp-story/1.0/amp-story.css b/extensions/amp-story/1.0/amp-story.css index 46690258b4cf..159729325f2e 100644 --- a/extensions/amp-story/1.0/amp-story.css +++ b/extensions/amp-story/1.0/amp-story.css @@ -333,7 +333,7 @@ amp-story-grid-layer amp-img img { * Prevents amp-video to layout until its element has been swapped by the media * pool. See #26718 for context. */ -amp-story-page[active]:not(.i-amphtml-layout) amp-video.i-amphtml-poolbound { +amp-story-page[active]:not(.i-amphtml-layout) amp-video.i-amphtml-poolbound:not(.i-amphtml-layout) { display: none !important; }