/*
Theme Name: Hubvision wordpress theme Child
Template: hubvision
*/

@media only screen and (max-width: 991px) {
  .vsh-header__mobile {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #000;
    z-index: 10;
  }

  .vsh-page--wrapper {
    margin-top: 68px;
  }

  .vsh-header__mobile .vsh-logo>img {
    width: 100%;
  }
}