.NavMenu {
  float: right;
  padding-top: 27px;
}
/* .BGbefore::before li:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.BGbefore::before {
  content: "";
  background-color: #FFF;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  width: 100%;
  min-height: 250px;
  position: fixed;
  right: 0;
  top: 90px;
  opacity: 1;
  animation: fadeIn .5s ease-in-out;
  transition: opacity 0.3s;
  flex-grow: 1;
}
.BGbefore li ul::before {
  content: "";
  display: block;
  position: relative;
} */
/* .MenuImg:after {
  content: "";
  background-image: url(../../img/96ERKVNJRKL9.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 250px;
  height: 165px;
  position: absolute;
  right: 105%;
  top: 100%;
  z-index: 333;
  animation: fadeIn .8s ease-in-out;
} */
@media screen and (max-width: 767px) {
  .NavMenu {
    width: 100%;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 999;
  }
  .BGbefore::before {
    display: none;
  }
  .MenuImg:after {
    display: none;
  }
}
