.mestwin-project-smaller-box > figure > h3, h4, h5 {
	color: #fff;
        top: 15%;
        position: relative;
	}
	.mestwin-project-smaller-box{
        height:100%;
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .mestwin-project-smaller-box > figure {
        position: absolute;
        text-align: center;
        padding: 10px 19px 19px 19px;
        width: 100%;
        height: 100%;
        transition: ease-in-out .3s;
        opacity: 0;
        transform: scale(2);
    }
    .mestwin-project-smaller-box:hover > figure {
	cursor: pointer;
        opacity: 1;
        transform: scale(1);
	border-radius: 6px;
        background: rgba(0, 0, 0, 0.71);
    }
    .mestwin-project-smaller-box a:hover{
        text-decoration: none;
    }
    .mestwin-project-smaller-box img{
        height: 100%;
	width: 100%;
    }
