.menu-section {
    height:95vh;
    background-image: url('/img/menu/base.gif');
    background-size: cover;
    padding:0;
    margin:0;
}

.services-section {
    height:95vh;
    padding-top: 7rem;
    margin:0;
}

.mobile-menu {
    padding-bottom: 5rem;
    padding-right: 5rem;
}


.menu-links {
    padding-top: 8rem;
    padding-left: 3rem;
}

.menu-content {
    background: white;
}

.menu-item .img{    
    width: 500 px;
    height: 105 px;

}

.menu-item {
    position: relative;
    display: inline-block;
}
.menu-item .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.menu-item:hover .img-top {
    display: inline;
}