.image__box_image{aspect-ratio:1/1;background-color:var(--tertiaryColor);border-radius:var(--cornerRadiusImage);border-bottom-right-radius:80px;height:100%;max-height:400px;max-width:400px;overflow:hidden;position:relative;width:100%}.image__box_image img{height:100%;object-fit:cover;transition:all .3s linear;width:100%}.image__box_text img{height:auto;width:auto}.image__box_text{align-items:center;display:flex;height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .3s linear;width:100%}.image__box_text.show{opacity:1}.image__box_txt{margin:auto;max-width:80%;text-align:center}.image__box_container:hover .image__box_text{opacity:1}.image__box_container:hover .image__box_image>img{opacity:0}