.hover-image-button-wrapper{overflow:hidden;position:relative;display:flex;width:100%;align-items:center;justify-content:center;min-height:300px;transition:border-radius 0.3s ease}.hover-image-full-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:block}.hover-image-button-img{transition:transform 0.4s ease;width:100%;height:100%}.hover-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff0;transition:background-color 0.3s ease;z-index:2}.hover-image-button-wrapper:hover .hover-image-button-img{transform:scale(1.1)}.hover-image-content{position:relative;z-index:3;display:flex;flex-direction:column;pointer-events:none;padding:20px;width:100%;height:100%}.hover-image-heading{color:#fff;margin-bottom:20px;text-shadow:1px 1px 4px rgb(0 0 0 / .6)}.hover-image-heading h1,.hover-image-heading h2,.hover-image-heading h3,.hover-image-heading h4,.hover-image-heading p{margin:0;padding:0}.hover-image-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background-color:#0073aa;color:#fff;text-decoration:none;border-radius:4px;opacity:0;transform:translateY(20px);transition:all 0.3s ease;pointer-events:auto}.hover-image-button-wrapper:hover .hover-image-btn{opacity:1;transform:translateY(0)}.hover-image-btn-icon{display:inline-flex;align-items:center;justify-content:center}.hover-image-btn-icon svg{fill:currentColor}