diff --git a/client/css/post-content-control.styl b/client/css/post-content-control.styl
index db651d04..857b2ef2 100644
--- a/client/css/post-content-control.styl
+++ b/client/css/post-content-control.styl
@@ -8,16 +8,7 @@
margin: 0 auto
position: relative
- img, object, video, .post-overlay
- position: absolute
- height: 100%
- width: 100%
- left: 0
- right: 0
- top: 0
- bottom: 0
-
- .post-overlay>*
+ .resize-listener
position: absolute
left: 0
right: 0
diff --git a/client/html/post_content.tpl b/client/html/post_content.tpl
index 0703ace7..10bfb15c 100644
--- a/client/html/post_content.tpl
+++ b/client/html/post_content.tpl
@@ -1,11 +1,11 @@
<% if (['image', 'animation'].includes(ctx.post.type)) { %>
-

+

<% } else if (ctx.post.type === 'flash') { %>
-