.menu-item {
    width: 82px;
    height: 100px;
    float: left;
    margin: 5px;
    text-align: center;
    margin-top: 150px;
    position: relative;
    right: 0;
    transition: height 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

.menu {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    bottom: 64px;
    right: 25%;
    left: 60%;
    margin-left: -150px;
}

.menu-item .txt1 {
    color: #f3f0f0;
    font-size: 14px;
}

.menu-item .txt2 {
    color: #f3f0f0;
    font-size: 11px;
    margin-left: -3px;
}

.menu-item img {
    border-radius: 1px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    background-color: rgba(25, 25, 25, 0.7);
}

.menu-item:hover {
   width: 85px;
   height: 95px;
   margin: 0 0 20px 0;
  }
.menu-item2:hover {
    width: 85px;
    height: 95px;
    margin: 134px 144px 0px -85px;
    right: -110px;
}

.menu-images {
    width: 100%;
    margin-top: 3px;
    height: 100%;
}