
  .box {
    width: 150px;
    padding: 0;
    margin-left: 27px;
    z-index: 1;
    overflow: hidden;
    
   
    border-radius: 5px;
    transition: .5s;
    
    display: inline-block;
    white-space: nowrap;
    text-overflow: "----";
    text-align: center;

    
  }
  .box img {

    transition: .5s;
    
  }
  .box p {
    transition: .5s;
    text-align: center;
    color: #252525;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: lighter;
    font-size: 13px;

  }
.box em{

    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: lighter;
    font-size: 10px;

}


  @media screen and (max-width:800px) {
      
   .box {
    width: 100%;
    padding: 0;
    z-index: 1;
    overflow: hidden;
    margin-left: 13px;
   margin: 0 auto;
    border-radius: 5px;
    transition: .5s;
    
    display: block;
    white-space: nowrap;
    text-overflow: "----";
    text-align: center;
    


    
  }

  .box img {

    width: 80px;
    height: 80px;
    
  }


  .box p {
    transition: .5s;
    text-align: center;
    color: #252525;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 15px;

  }
.box em{

    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: lighter;
    font-size: 10px;

}


  }