 .view {   
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;   
    float: left;        
    font-size: 0.45em;
   
    /* 16.3 para 6
       
    19.7 para 5  
    width: 19.7%;*/
    overflow: hidden;
}


.size4 {   
   
    /* 16.3 para 6
       
    19.7 para 5  */
    margin: 1% 0 0 1.8%;
    width: 23.1%;
    
}

.size5 {   
   
    /* 16.3 para 6
       
    19.7 para 5  */
    width: 19.7%;
    margin: 1% 0 0 0.3%;
    
}


.size6 {   
   
    /* 16.3 para 6
       
    19.7 para 5  */
    width: 16.3%;
    margin: 1% 0 0 0.3%;

    
}

.view .mask {

    overflow: hidden;
    top: 0;
    left: 0;

   
    backface-visibility: hidden;
    box-sizing: border-box;
    color: white;
    display: block;
    font-size: 1.2em;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.view img {
    display: block;
    position: relative;

    height: 100%;
    width: 100%;
    display: block;
    backface-visibility: hidden;

}
.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 11px;    
    padding: 10px;
    margin: 20px 0 0 0;


    color: #fff;
    text-align: center;
    position: relative;
    font-size: 11px;
    background: rgba(0, 0, 0, 0.8);
}
.view p {

  
    padding: 5px 0px 0px 0px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 9.5px;
    position: relative;
    color: #fff;
    text-align: center
}
.view a.info {
    text-decoration: none;
    padding: 7px 14px 11px 11px;
    background: #000;
    color: #fff;
    text-transform: uppercase;

    display: block;

    position: fixed;
    bottom: 0;
    width: 100%;
}
.view a.info:hover {
    box-shadow: 0 0 5px #000
}



.view2 {   
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;   
    float: left;        
    font-size: 0.45em;
    margin: 1% 0 0 0.3%;
    width: 100%;
    overflow: hidden;
}
.view2 .mask {

    overflow: hidden;
    top: 0;
    left: 0;

   
    backface-visibility: hidden;
    box-sizing: border-box;
    color: white;
    display: block;
    font-size: 1.2em;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.view2 img {
    display: block;
    position: relative;

    height: 100%;
    width: 100%;
    display: block;
    backface-visibility: hidden;

}
.view2 h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 11px;    
    padding: 10px;
    margin: 20px 0 0 0;


    color: #fff;
    text-align: center;
    position: relative;
    font-size: 11px;
    background: rgba(0, 0, 0, 0.8);
}
.view2 p {

  
    padding: 5px 0px 0px 0px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 9.5px;
    position: relative;
    color: #fff;
    text-align: center
}
.view2 a.info {
   

    display: inline-block;
    text-decoration: none;
    padding: 14px 25px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}
.view2 a.info:hover {
    box-shadow: 0 0 5px #000
}








.view-fifth img {
    transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
    background-color: rgba(146,96,91,0.3);
    transform: translateX(-300px);
    opacity: 1;
    transition: all 0.4s ease-in-out;
}
.view-fifth h2{
    background: rgba(205, 205, 205, 0.5);
    color: #000;
    box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.view-fifth p{
    opacity: 0;
    color: #333;
    transition: all 0.2s linear;
}



.view-fifth:hover .mask {
    transform: translateX(0px);
}                      
.view-fifth:hover img {
    transform: translateX(300px);
    transition-delay: 0.1s;
}
.view-fifth:hover p{
    opacity: 1;
    transition-delay: 0.4s;
}

  






.view-tenth img {
    transform: scaleY(1);
    transition: all 0.7s ease-in-out;
   
}
.view-tenth .mask {
    background-color: rgba(255, 231, 179, 0.3);
    transition: all 0.5s linear;
    opacity: 0;
}  
.view-tenth h2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    margin: 20px 40px 0px 40px;
    transform: scale(0);
    color: #333;
    transition: all 0.5s linear;
    opacity: 0;
}
.view-tenth p {
    color: #333;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}
.view-tenth a.info {
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear;
}



.view-tenth:hover img {
    transform: scale(10);
    opacity: 0;
}
.view-tenth:hover .mask {
    opacity: 1;
}                                                                           
.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info{
    transform: scale(1);
    opacity: 1;
}







 

@media screen and (max-width: 1200px)  {

     .view p {  font-size: 7.9px;    }
     .view h2 { font-size: 9px;  }    

}


  

@media (max-width: 992px) { 

     .view  {
      width: 32.5%;
    }

     .view p {  font-size: 14.9px;    }
     .view h2 { font-size: 14px;  }    

}

  
 
  
@media (max-width: 768px) { 
    .view {
      margin-left: 2.8%;
      margin-top: 3%;
      width: 46%;
    }
    .mcard {
      height: 285px;
    }
    .cardBox:last-child {
      margin-bottom: 3%;
    }
  }

  
  
  @media screen and (max-width: 576px) {
    .view  {
     

      position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;   
    float: left;        
    font-size: 0.45em;
    margin: 1% 0 0 0.3%;
    width: 94.5%;
        overflow: hidden;
    }

    .view .mask {

        overflow: hidden;
        top: 0;
        left: 0;
    
       
        backface-visibility: hidden;
        box-sizing: border-box;
        color: white;
        display: block;
        font-size: 1.2em;
        height: 100%;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    .view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}


.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 13.5px;
    position: relative;
    color: rgb(0, 0, 0)15, 15, 15);
    padding: 10px 20px 20px;
    text-align: center
}

.view-fifth:hover img {
    transform: translateX(350px);
    transition-delay: 0.1s;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    font-size: 17.5px;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;

    display: block;

    position: fixed;
    bottom: 0;
    width: 100%;
}


    
  }


  
