.root > .aem-Grid > .responsivegrid {
  margin-top: 0px !important;
}
body .cod-header {
  display: none;
}
body #vg-buy {
  background: #161a19;
  padding-top: 20px;
  position: relative;
}
body #vg-buy .static-header {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
body #vg-buy .logo-img-container {
  position: absolute;
  top: -20px;
  width: 250px;
  z-index: 2;
  left: 0;
}
body #vg-buy .logo-img-container img {
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1080px) {
  body #vg-buy .logo-img-container img {
    width: 80%;
  }
}
@media screen and (max-width: 1023px) {
  body #vg-buy .wtb-header {
    margin-top: 0px;
  }
  body #vg-buy .logo-img-container {
    position: relative;
    top: unset;
    left: unset;
    margin: 0 auto;
  }
  body #vg-buy .logo-img-container img {
    width: 100%;
  }
}
