@media only screen and (max-width: 600px) {
  button#responsive-menu-button .responsive-menu-box {
      display: none;
      background-color: rgba(0, 0, 0, 0);
      width: 0px;
      height: 0px;
}
  }

@media only screen and (max-width: 600px) {
  .responsive-menu-label {
      font-size: 0px;
      background-color: rgba(0, 0, 0, 0);
}
  }

@media screen and (max-width: 600px) {
  button#responsive-menu-button {
    width: 0px;
    height: 0px;
    position: fixed;
    top: 100px;
    right: 15%;
    background: #00000000;
}
}

.vc_gitem-zone .vc-zone-link {
    display: none;
}