.vossenbarm-feature-list {
  background: #fafafa;
  border: none;
  border-radius: 12px;
  box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
.vossenbarm-feature-list .vossenbarm-feature {
  padding: 20px 20px 0 30px;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #ffffff;
}
.vossenbarm-feature-list .vossenbarm-feature:first-child {
  border-top: none;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.vossenbarm-feature-list .vossenbarm-feature:last-child {
  border-bottom: none;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.vossenbarm-feature-list .vossenbarm-feature .content:after { content:''; clear: both; }
.vossenbarm-feature-list .vossenbarm-feature .image-container {
  width: 300px;
  height: calc(100% - 60px);
  float: left;
  position: absolute;
  top: 30px;
  left: 30px;
  max-width: 300px;
  transition: 0.2s;
  border-radius: 15px;
  border: 8px solid white;
  box-shadow: 1px 0px 5px rgba(0,0,0,.12);
  overflow: hidden;
}
.vossenbarm-feature-list .vossenbarm-feature:hover .image-container {
  transform: scale(1.05);
  box-shadow: none;
  border: none;
  border-radius: 12px;
}
.vossenbarm-feature-list .vossenbarm-feature .image-container img {
  position: absolute;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  width: auto;
  height: auto;
}
.vossenbarm-feature-list .vossenbarm-feature .image-container img {
  max-height: 100%;
}
.vossenbarm-feature-list .vossenbarm-feature .content{
  padding: 20px;
  width: calc(100% - 300px);
  margin-left: 300px;
  padding-left: 30px;
}