#feature-achtergrond {
  height: 395px;
  background-color: #f8f8f8;
}
#feature {
  height: 395px;
  background: #f8f8f8 url('/media/feature/desktop/e-learning.jpg') no-repeat top center;
  background-size: auto 100%;
}
#feature img {
  display: none;
}
#promobol {
  position: absolute;
  top: -230px;
  left: 40px;
  display: block;
}
@media (min-width: 0px) and (max-width:640px) {
  #feature-achtergrond {
    height: auto;
  }
  #feature {
    width: auto;
    height: auto;
    background-size: cover;
  }
  #feature {
    height: auto;
    width: auto;
    min-height: 260px;
    background-size: cover !important;
    background: #f8f8f8 url('/media/feature/mobiel/e-learning.jpg') no-repeat top center;
  }
  #feature img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
  }
  #promobol {
    width: 125px;
    top: -145px;
    left: 0px;
  }
}
@media (min-width: 641px) and (max-width:1040px) {
  #feature {
    width: 1040px;
    background-size: auto 100%;
  }
}
@media (min-width: 1260px) and (max-width: 1454px) {
  /* BREDER  */
  #feature-achtergrond {
    height: 485px;
  }
  #feature {
    height: 485px;
    background-size: auto 100%;
  }
}
@media (min-width: 1455px) {
  /* BREEDST  */
  #feature-achtergrond {
    height: 565px;
  }
  #feature {
    height: 565px;
  }
}
