#et-top-navigation > #top-menu-nav > #top-menu a {
  transform: scale3d(0, 0, 0);
}
#main-header #logo {
  transform: scale3d(0, 0, 0);
}
body .logo_container {
  transform: scale3d(0, 0, 0);
}
.entry-content .et_pb_background_mask {
  transform: scale3d(0, 0, 0);
}
body #main-header > .container {
  transform: scale3d(0, 0, 0);
}
body #main-header {
  transform: scale3d(0, 0, 0);
}
body > div {
  transform-origin: 50% 50%;
  transform: skew(0eg, 0);
  margin-top: -107px;
}
@media screen and (max-width: 768px) {
  body > div {
    margin-top: -134px;
  }
}
@media screen and (max-width: 375px) {
  body > div {
    margin-bottom: -49px;
  }
}
