.view {
   width: auto;
   height: auto;
   overflow: hidden;
   position: relative;
   -webkit-box-shadow: 0 0 2px #ccc;
   -moz-box-shadow: 0 0 2px #ccc;
   box-shadow: 0 0 2px #ccc;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 100%;
   height: auto;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   bottom:0;
   padding:0 20px;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff!important;
   position: relative;
   font-size: 17px;
   margin: 50px 0 0 0;
   text-align:left;
}
.view .caption2 {
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 20px;
   text-align: left;
}
.view a.info {
	z-index:1;
   padding: 7px 14px;
   background: none #fff ;
   color: #9a9a9a;
   font-size:12px;
   font-weight:bold;
   text-transform: uppercase;
   border-radius:0;
   border:0;
   
}
.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 .youtube {
   text-transform: uppercase;
   color: #fff!important;
   position: relative;
   font-size: 14px;
   text-align:center;
   z-index:1;
   font-size:12px;
   font-weight:bold;
   
}

.view .mas-info {
   color:#878787;
   position: relative;
   text-align:center;
   z-index:1;
   font-size:12px;
   font-weight:bold;
}


