/*
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 : 10-mrt-2016, 9:25:59
    Author     : Mees Verberne
*/
.defaultFont {
  font-size: 14px;
  font-weight: 500;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.image-block {
  height: 100%;
  width: 100%;
  position: relative;
}
.image-block .image {
  line-height: 0;
}
.image-block .image img {
  width: 100%;
}
.image-block .image .contentwrapper {
  height: 100%;
  left: 0px;
  right: 0px;
  position: absolute;
}
.image-block .image .contentwrapper .overlay {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.image-block .image .contentwrapper .overlay img {
  width: auto;
  max-width: 70vw;
}
@media all and (max-width: 1290px) {
  .image-block .image .contentwrapper .overlay {
    margin-top: -100px;
  }
}
@media all and (max-width: 1024px) {
  .image-block .image .contentwrapper .overlay {
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  .image-block .image .contentwrapper .overlay {
    display: none;
  }
}
/*# sourceMappingURL=image_block.css.map */