.vieww {
   width: 155px;
   height: 155px;
   margin: 5px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.vieww img {
    height: 155px;
    width: 155px;
}
.vieww .h2 {
    bottom: 0;
    display: block;
    position: absolute;
    width: inherit;
    z-index: 0;
}
.vieww .h2 span {
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #0067aa -10%, #0287de 90%) repeat local 0 110px;
    border-radius: 5px;
    color: #fff;
    font-family: tahoma;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    padding: 5px;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
    text-transform: uppercase;
}
.vieww .mask,.vieww .content {
    border-radius: 50%;
    height: 155px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 155px;
}
.vieww h2 {
    background: rgba(0, 84, 65, 0.8) none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    margin: 1px 0 0;
    padding: 2px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.vieww p {
    color: #fff;
    font-family: UTM Dax;
	font-weight:bold;
    font-size: 18px;
    padding: 27px 20px 10px;
    position: relative;
    text-align: center;}
.vieww a.info {
   display: inline-block;
   text-decoration: none;
   padding: 3px 6px;
   background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #0067aa -10%, #0287de 90%) repeat local 0 102px;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.vieww a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}