.view {
   width: 29%;
   height: 170px;
   margin-left: 1%;
   margin-right: 1%;
   margin-bottom: 8px;
   margin-top: 8px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}

.view-last {
   width: 29%;
   height: 170px;
   margin-left: 1%;
   margin-right: 0px;
   margin-bottom: 8px;
   margin-top: 8px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}

.view .mask,.view .content {
   width: 100%;
   height: 170px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.view h2 {
   
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   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: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   margin-top: -10px;
   padding: 7px 14px;
   background: #FF6880;
   background: -moz-linear-gradient(#FEAEBB 0%, #FF6880 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEAEBB), color-stop(100%, #FF6880));
  background: -webkit-linear-gradient(#FEAEBB 0%, #FF6880 100%);
  background: linear-gradient(#FEAEBB 0%, #FF6880 100%);
   border: 1px solid #FF6880;
   border-radius: 4px;
   color: #fff;
   text-transform: uppercase;
   text-shadow: 0 1px 1px #000;
   -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 #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   
}

@media screen and (max-width: 880px) {
.view, .view-last {
	border: 7px solid #fff;
}
}

@media screen and (max-width: 640px) {
.view, .view-last {
	border: 6px solid #fff;
}
}


@media screen and (max-width: 480px) {
.view {
   width: 96%;
   height: 170px;
   margin: 0;
   margin-bottom:10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}

.view .mask,.view .content {
   width: 96%;
   height: 170px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}	
	
}
