.portfolio_item {
    position: relative;
}
.portfolio_item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
h2.portfolio_item_heading {
    position: absolute;
    left: 0;
    bottom: 0;
}