.gallery__item{overflow:hidden}.gallery__img{height:15vw;object-fit:cover;object-position:center;transition:transform .5s linear;width:100%}.gallery__img:hover{transform:scale(1.2)}.gallery__item_title{align-content:center;background-color:rgba(0,0,0,.4);border-radius:0 0 12px 12px;margin-top:-48px;min-height:50px;padding:7px 15px;position:relative;z-index:2}.gallery__item_title h5{color:#fff;font-family:Inter;font-size:1rem;font-weight:500;line-height:1;margin:auto;text-align:center;word-break:break-word}