.view {
  width: 100%;
  height: auto;
  margin: 0px;
  m float: ;
  border: 0px solid #fff;
  overflow: hidden;
  cursor: default;
}
.view .mask, .view .content {
  width: 100%;
  height: auto;
  position: relative;
  overflow: auto;
  margin-top: 0px;
  left: 0;
  text-align: center;
}
.view img {
  display: block;
  position: ;
}
.view h2 {
  background-color: #bccf02;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  position: relative;
  font-size: 1.3em;
  padding: 10px;
  margin: 20px 0 10 0;
}
.view p {
  height: auto;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 18px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;

}
.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #333;
  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;
  margin-bottom: 20px;
}
.view a.info: hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}