diff --git a/panels/ufc/style.less b/panels/ufc/style.less
index 5543214ac41747fd2300449bb91ab2a0603005e9..9473c353704781efa6526254b66ebb529d3ac7a5 100644
--- a/panels/ufc/style.less
+++ b/panels/ufc/style.less
@@ -1,19 +1,10 @@
-#image{
-  height:70%;
-  text-align:center;
-}
+
 #title{
   height:20%;
 }
 #zeit{
   height:10%;
 }
-#image img {
-  height: 100%;
-  margin:auto;
-  width:auto;
-  border: solid black 1px;
-}
 #zeit span {
   background:#b00;
   display:inline-block;
@@ -32,11 +23,13 @@
   width:100%;
 }
 #background {
-  background-size: auto 70%;
+  bottom: 0px;
+  height: 70% !important;
+  background-size: contain;
   background-repeat: no-repeat;
   background-position: 50% 100%;
-  -webkit-filter: grayscale(60%);
-  filter: grayscale(60%);
+  -webkit-filter: grayscale(30%);
+  filter: grayscale(30%);
 }
 #content{
   font-family:NewCicle, Verdana, Arial, sans-serif;