.expositie-wrapper{
    padding: 20px;
    margin-bottom: 25px;
    background-color: #e3e3e3;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 40;
}

.image-wrapper{
    position: relative;
    text-align: center;
    height: 400px;
    max-height: 400px;
    overflow: hidden;
    z-index: 50;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-wrapper img{
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
}

.info-background{
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 340px;
    background-color: #efefef;
    transition: background-color 0.25s ease-in-out;
    transform: skewY(10deg);
}

.info-wrapper{
    margin-top: 20px;
    padding: 0 20px;
    z-index: 51;
    height: 180px;
    position: relative;
}

.info-wrapper h2{
    font-size: 16px;
}

.info-wrapper h4{
    font-size: 14px;
    font-weight: normal;
    font-family:'Merriweather', serif;
}

.info-wrapper h4 i.material-icons{
    font-size: 14px !important;
    font-style: normal;
}

.expositie-wrapper .more{
    position: absolute;
    font-size: 14px;
    bottom: 10px;
    right: 20px;
    text-align: right;
}

.expositie-wrapper:hover .info-background{
    background-color: #691025;
}
.expositie-wrapper:hover .info-wrapper h2, .expositie-wrapper:hover .info-wrapper h4, .expositie-wrapper:hover .more{
    color: #fff;
}

.mdi:before{
    padding-right: 5px !important;
}