-
-
-
+
+
{service.sTitle}
diff --git a/styles/sass/layout/_header.scss b/styles/sass/layout/_header.scss
index 18425d4..fae23af 100644
--- a/styles/sass/layout/_header.scss
+++ b/styles/sass/layout/_header.scss
@@ -2024,4 +2024,30 @@
.responsivemenu a:not([href]):not([class]),
.responsivemenu a:not([href]):not([class]):hover {
color: #ddd;
-}
\ No newline at end of file
+}
+.responsive-entry-media {
+ position: relative;
+ width: 100%;
+ aspect-ratio:28 / 9;
+ overflow: hidden;
+}
+
+.responsive-entry-media img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+}
+
+.responsive-entry-media2 {
+ position: relative;
+ width: 100%;
+ aspect-ratio:3 / 2;
+ overflow: hidden;
+}
+
+.responsive-entry-media2 img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+}
+