#content .contentCol #thumbImages .thumbnail a img {
  position: absolute;
  margin: auto;
  width: 320px !important;
  max-width: 320px;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  margin-left: -160px;
}
#content #vervolg > .inner .contentCol .inner .project img{
  padding:0 !important;
}
#content .contentCol #thumbImages .thumbnail a {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 10px;
  right: 10px;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border:0px;
}
#content .contentCol #thumbImages .thumbnail {
  float: left;
  border: 0 !important;
  width: 20%;
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding: 0 10px;
  margin: 0;
  background: rgba(0, 0, 0, 0);
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  padding-bottom: 20%;
  display: table-cell;
}
#content .project .borderradius{
  -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
  }
  
  @media only screen and (min-width: 1300px) {
    #imagesDetail .item a{
      height:330px !important;
    }
  }
   @media only screen and (max-width: 1299px) {
    #imagesDetail .item a{
      height:250px !important;
    }
  }
  
  @media only screen and (max-width: 990px) {
    #content .contentCol #thumbImages .thumbnail {
      width:33%;  
      padding-bottom: 33%;
    }
  }
  @media only screen and (max-width: 480px) {
    #content .contentCol #thumbImages .thumbnail {
      width:50%;  
      padding-bottom: 50%;
    }
    #content #vervolg > .inner .contentCol .project .inner {
      margin-left: 0px;
    }
  }
  
