.view {
    width: 150px;
    height: 60px;
    margin: 10px;
    
    float: left;
    left: 0px;
   
    overflow: hidden;
    position: relative;
    text-align: center;
 
    cursor: default;
    
    
 }
 .view .mask,.view .content {
   width: 150px;
    height: 60px;
    
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    border-radius: 20px;
 }
 .view img {
    display: block;
    position: relative;
   
 }
 .view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    
    
 }
 .view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 16px;
    position: relative;
    color: #fff;
    
    text-align: center;
 }
 .view a.info {
   font-family: 'Roboto Slab', serif;
   font-size: 14px;
    display: inline-block;
    text-decoration: none;
    color: #000;
   
    left: auto ;
    right: auto;
    margin-top: 11px;
    padding:5px;
    background-color: #ffb600;
    border-radius: 10px;

    
 }
 .view a {
   font-family: 'Roboto Slab', serif;
   font-size: 14px;
    display: inline-block;
    text-decoration: none;
    color: #000;
   
    left: auto ;
    right: auto;
    margin-top: 11px;
    padding:5px;
    background-color: #ffb600;
    border-radius: 10px;

    
 }
 
 .view  a:hover{
   font-family: 'Roboto Slab', serif;
   font-size:16px;
   color: #fff;
   
   
 }
 
 .main{
     display: flex;
     flex-wrap: wrap;
     margin-left: 0px;
     margin-top: 0px;
 }
 