.experience-cell {
    height: 100%;
}

.experience-layouts-cellcustom {
    height: inherit;
}

@media (min-width: 768px) {
    .valign-top {
        display: flex;
        flex-direction: column;
        height: inherit;
        justify-content: start;
    }
    
    .valign-center {
        display: flex;
        flex-direction: column;
        height: inherit;
        justify-content: center;
    }
    
    .valign-bottom {
        display: flex;
        flex-direction: column;
        height: inherit;
        justify-content: end;
    }

    .valign-top .experience-cell,
    .valign-center .experience-cell,
    .valign-bottom .experience-cell {
        height: auto;
    }
}