#rec639867771 .t-width > div {
    bottom: calc( 50% - 50px )!important;
    z-index: 28!important;
    transition: all ease-in-out 150ms;
    }
    
#rec639867771 .t-width > div:hover {
    transform: scale(0.95);
    }