.view {
   width:256px;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
	width:100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   position: relative;
}
.view h2 {
	font-family:'Roboto', "微軟正黑體";
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding:5px 10px;
   margin:45px 0 0 0;
}
.view p {
	font-family:'Roboto', "微軟正黑體";
   font-size: 14px;
   line-height:18px;
   position: relative;
   color: #fff;
   padding: 5px 20px ;
   text-align: center;
}
