diff --git a/src/App/mediarules.css b/src/App/mediarules.css
index 8f059d2e97292b88e07f9aeff4148e9c5508a6ed..ee1945b74e544a17e5c00333d1549444dbd679de 100644
--- a/src/App/mediarules.css
+++ b/src/App/mediarules.css
@@ -103,6 +103,7 @@
     }
     .panel-talk-gallery div img{
         max-width: 100% !important;
+        height: auto !important;
     }
     .panel-talk-gallery .col, .panel-talk-gallery .col:nth-child(5), 
     .panel-talk-gallery .col:nth-child(1), .panel-talk-gallery .col:nth-child(2), 
@@ -141,14 +142,14 @@
         max-width: 50vw !important;
     }
     .two-pdf-line{ 
-        max-height: 650px !important;
+        max-height: 60vh !important;
         height: 26vh !important;
         width: 65vw !important;
-        max-width: 60vw !important;
+        max-width: 100% !important;
         margin: auto;
       }
 svg text{
-    font-size: 5vw !important;
+    font-size: 3vw !important;
     stroke-width:1px !important;
 }
 .village-style-button h3{
@@ -201,6 +202,7 @@ body {
 }
 .container {
     padding: 10px;
+    max-width: 100%;
   }
 
  .row{