@@ -228,7 +228,7 @@
}
.news p img{
- width: 100% !important;
+ /*width: 70% !important;*/
display: block;
margin: 0 auto;
height: auto !important;
@@ -293,3 +293,11 @@
align-items:center;
width: 100%;
+
+@media only screen and (max-width: 600px) {
+ .news p img{
+ width:100%!important;
+ height: auto!important;
+ }
+}