.wp-block-bastet-feature-image.circle { height: 180px !important; .feature-image-wrap { position: relative; overflow: hidden; .feature-image { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; z-index: 1; height: 150px; } img { position: absolute; object-fit: cover; height: 150px; image-rendering: auto; border-radius: 99999px; width: 150px; transition: all 400ms; } .feature-content { position: absolute; width: 100%; bottom: 0; text-align: center; left: 0; z-index: 2; font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; strong { font-weight: 700; } br { display: none; } a { width: 100%; height: 100%; display: flex; align-items: flex-end; justify-content: center; } } } }