.typeWrap-mask_slidermouseover h2 {
    margin-bottom: 14px;
}
.typeWrap-mask_slidermouseover figure.image.first {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.typeWrap-mask_slidermouseover .item:hover figure.image.first {
	opacity: 0;
}

.typeWrap-mask_slidermouseover .item figure.image {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.diamondText .item .name {
    text-align: center;
    width: 100%;
    line-height: 1.2em;
    padding: 4px 0;
    position: relative;
    overflow: hidden;
    font-family: 'klavikamedium', sans-serif;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.diamondText .item:hover .name {
    color: #000;
}


.diamondText .item .name:before {
    background: #f0f0f0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
/*    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -ms-transform: skew(45deg);
    -o-transform: skew(45deg);
    transform: skew(45deg);*/

    opacity: 0;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    top: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
}

.diamondText .item:hover .name:before {
    opacity: 1;
    left: -1.5625rem;
    right: -1.5625rem;
}