diff --git a/assets/sass/_theme/blocks/posts.sass b/assets/sass/_theme/blocks/posts.sass
index 8e0e50e5b58bb72d50d149380b360275e5f3ef04..348a2ef62633fb8381fb6c4a1e8bd0e3332440a4 100644
--- a/assets/sass/_theme/blocks/posts.sass
+++ b/assets/sass/_theme/blocks/posts.sass
@@ -40,11 +40,14 @@
             article
                 position: relative
                 padding-bottom: half($spacing3)
+                // display: flex
+                // flex-direction: row
                 + article
                     margin-top: half($spacing3)
                 .post-content
                     display: flex
                     flex-direction: column
+                    // width: 70%
                     h1
                         margin-bottom: 0
                     time
@@ -53,14 +56,17 @@
                     p
                         margin-top: half($spacing0)
                         order: 4
-                    h1, time
-                        padding-right: calc(30% + #{$spacing1})
+                    // h1, time, p
+                    //     padding-right: calc(30% + #{$spacing1})
                 .media
+                    display: none
                     order: 3
-                    position: absolute
-                    width: 30%
-                    top: 0
-                    right: 0
+                    // position: absolute
+                    // width: 30%
+
+                    // top: 0
+                    // right: 0
+
         @include media-breakpoint-up(md)
             article
                 display: flex