.travet-ad-zone{
  width:100%;
  max-width:100%;
  margin:18px auto;
  text-align:center;
  clear:both;
  box-sizing:border-box;
}
.travet-ad-label{
  font:600 10px/1.2 Arial,sans-serif;
  letter-spacing:.08em;
  color:#777;
  margin-bottom:5px;
}
.travet-ad-zone ins.adsbygoogle{
  min-width:1px;
  width:100%;
}
.travet-fixed-ad{
  display:block;
  width:100%;
  text-align:center;
}
.travet-fixed-ad img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  margin:0 auto;
}
.travet-header-flex-host{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.travet-header-flex-host > .travet-ad-zone{
  flex:1 1 auto;
  margin:6px 0 6px 20px;
}
.travet-side-ad{
  position:fixed;
  top:155px;
  z-index:25;
  width:160px;
  max-height:70vh;
  overflow:hidden;
  margin:0;
}
.travet-side-left{ left:12px; }
.travet-side-right{ right:12px; }
.travet-side-ad .travet-fixed-ad img{ max-height:70vh; object-fit:contain; }

@media (max-width: 768px){
  .travet-ad-desktop-1.travet-ad-mobile-0{ display:none!important; }
  .travet-header-flex-host{
    display:block!important;
  }
  .travet-header-flex-host > .travet-ad-zone{
    margin:10px auto;
  }
}
@media (min-width: 769px){
  .travet-ad-desktop-0.travet-ad-mobile-1{ display:none!important; }
}
