Changes

Jump to navigation Jump to search
no edit summary
Line 177: Line 177:     
.fc-img img{
 
.fc-img img{
  max-width:100%;
+
    max-width:100%;
  height:auto;
+
    position: absolute;
  margin: auto;
+
    left: -100%;
  display: block;
+
    right: -100%;
 +
    top: -100%;
 +
    bottom: -100%;
 +
    margin: auto;  
 +
    height: auto;
 +
    width: auto;
 
}
 
}
  

Navigation menu