.view {
   width: 100%;
   height: 100% !important;
   float: left;
   display:block;
   cursor: default;
   position:relative;
   margin:0;
   padding:0;
   border:none;
}
.view .mask,.view .content {
   width: 100%;
   height: 100% !important;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view .mask h4 {
   padding: 5px;
}
.view p {
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #364048;
   padding: 5% 4% 5% 4%;
   text-align: justify;
}
.view a{
   text-decoration: none;
   margin-right:5px;
}