.card-media {
    width:100%;
    background-color: #F9F9F9;
    position: relative;
    .image-container {
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        .media-image {
            background-size: cover;
            height: 100%;
            width:100%;
            background-position: center;
        }
    }
}