/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-May-2017, 09:34:45
    Author     : georgem
*/

.wide {
  /*width:100%;*/
  height:200px;
  /*height:calc(100% - 1px);*/
  background-image:url('http://bioinformatics.cing.ac.cy/img/banner.jpg');
  background-size:cover;
}

.wide img {
  width:100%;
}
