.view {
   width: 100%
   height: auto;
   margin: 1%;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   cursor: default;
   background:#FFFFBB;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
   width:100%;
   height:100%;
}
.view h2 {
   text-transform: uppercase;
   color: #000;
   text-align: center;
   position: relative;
   font-size: large;
   font-weight:bold;
   font-family: Verdana, Geneva, sans-serif;
   padding-top: 5%;
   padding-bottom: 5%;
   background: rgb(255,255,204);
   margin-top: 15%;
   border-color:#121212;
}
.view p {
   font-family: Georgia, serif;
   font-size: large;
   text-transform:uppercase;
   margin-top:10%;
   position: relative;
   color: #000;
   padding: 4% 4% 4%;
   text-align: center;
   background-color:rgb(255,255,187);
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 10px 14px;
   background: rgb(227,0,0);
   color: #FFFFFF;
   font-size:1.5em;
   font-family:Verdana, Geneva, sans-serif;
   font-weight:bold;
   margin-top:30%;
   text-transform: uppercase;
   -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;
}
.view.view-first .mask h2 {
	font-size:x-large;
}
.view.view-first .mask p {
	font-size:large;
}
@media only screen and (max-width: 768px) {

.view {
   width: 100%
   height: auto;
   margin: 1%;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   cursor: default;
   background:#FFFFBB;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
   width:100%;
   height:auto;
}
.view h2 {
   text-transform: uppercase;
   color: #000;
   text-align: center;
   position: relative;
   font-size:0.5em;
   font-weight:bold;
   font-family: Verdana, Geneva, sans-serif;
   padding-top: 5%;
   padding-bottom: 5%;
   background: rgb(255,255,204);
   margin-top: 15%;
   border-color:#121212;
}
.view p {
   font-family: Georgia, serif;
   font-size: 0.2em;
   text-transform:uppercase;
   margin-top:10%;
   position: relative;
   color: #000;
   padding: 4% 4% 4%;
   text-align: center;
   background-color:rgb(255,255,187);
}
.view a.info {
   float:left;
   display: block;
   text-decoration: none;
   padding: 2px 14px;
   background: rgb(227,0,0);
   color: #FFFFFF;
   font-size:1em;
   font-family:Verdana, Geneva, sans-serif;
   font-weight:bold;
   margin-top:30%;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
   position:relative;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view.view-first .mask h2 {
	font-size:1em;
}
.view.view-first .mask p {
	font-size:0.8em;
	line-height:1.5;
}
}