.image_with_link_block { position: relative; }
.image_with_link_block .image_inner { height: 100%; position: relative; padding-top: 100%; }
.image_with_link_block .image_inner img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

.image_with_link_block .button_inner { position: absolute; bottom: 30px; padding: 0 30px; width: 100%; z-index: 1; display: flex; justify-content: center; }
.image_with_link_block .button_inner .button { margin: auto; }