

.view {
    width: 100%;
    margin: 15px 0;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: rgba(0, 255, 255, 0.44) none repeat scroll 0 0;
}
.view .mask,.view .content {
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view img {
    display: block;
    position: relative;
    width: 100%;
}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 15px;
    padding: 10px;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}
/*.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #000;
    padding: 10px 20px 20px;
    text-align: center;
}*/
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 3px 14px;
    background: rgba(0 , 0 ,0 ,0.8);
    color: #fff;
    margin-top:18px;    
    text-transform: capitalize;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}

.view a.info:hover {
    -webkit-box-shadow: 0 0 5px #fff;
    -moz-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
}

.mask p {
    color: #fff;
    padding: 10px 10px 0;
}

.viewimage h5 {
    background: rgba(33, 41, 124, 0.83) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 14px;
    padding: 10px;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
}

.view-tenth:hover .viewimage h5{
    opacity: 0;
    transition: all 0.5s ease-in-out;
}