.header.sticky iframe {
  width: 130px;
}

.desktop-adv {
  display: block !important;
}
.mobile-adv {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .desktop-adv {
    display: none !important;
  }
  .mobile-adv {
    display: block !important;
  }
}



.header .logo-box img {
  width: auto;
  height: 88px;
}

@media only screen and (max-width: 699px) {
  .header .headerbox .logo-box .logo-item img {
      height: 50px;
  }
}