diff --git a/public_html/media/css/post-view.css b/public_html/media/css/post-view.css
new file mode 100644
index 00000000..1d590f39
--- /dev/null
+++ b/public_html/media/css/post-view.css
@@ -0,0 +1,12 @@
+.post-wrapper {
+ text-align: center;
+}
+
+embed {
+ width: 100%;
+ height: 500px;
+ margin: 0 auto;
+}
+img {
+ max-width: 100%;
+}