@media only screen and (max-width: 479px) {
.view {
  width: 270px;
   height: 193px;
   margin: 0px;
   float: left;
   border: 1px 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(../Resim/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
  width: 270px;
   height: 193px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) { 
.view {
  width: 210px;
   height: 173px;
   margin: 0px;
   float: left;
   border: 1px 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(../Resim/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
  width: 210px;
   height: 173px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

}


@media only screen and (min-width: 768px) and (max-width: 1023px) { 
.view {
  width: 230px;
   height: 153px;
   margin: 0px;
   float: left;
   border: 1px 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(../Resim/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
  width: 230px;
   height: 153px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}


}

@media only screen and (min-width: 768px) and (max-width: 1023px) { 
.view {
   width: 230px;
   height: 153px;
   margin: 0px;
   float: left;
   border: 1px 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(../Resim/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 230px;
   height: 153px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}


}

@media only screen and (min-width: 1024px) and (max-width: 1367px) {
	.view {
   width: 250px;
   height: 173px;
   margin: 0px;
   float: left;
   border: 1px 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(../Resim/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 250px;
   height: 173px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

	
}

@media only screen and (min-width: 1367px) and (max-width: 1920px) {
	.view {
   width: 270px;
   height: 193px;
   margin: 0px;
   float: left;
   border: 1px 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(../Resim/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 270px;
   height: 193px;
   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: 17px;
   padding: 5px;
   background: rgba(0, 0, 0, 0.8);
   margin: 10px 0 0 0;
}
.view p {
   font-size: 12px;
   position: relative;
   line-height:12pt;
   color: #fff;
   text-align: center;
   padding:0;
   margin:0;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding:0;
   color: #5cc9df;
   text-align:right;
   clear:both;

}
.view a.info: hover {
 color: #fff;
}