
#header {
  position: sticky;
    overflow: hidden;
}
.hdbar_aptelab {
  position: relative;
  z-index: 10;
background-color:#fff;
/* position: absolute;
width: 100%;
top:0; */
border-bottom: 1px solid #ff6c00;
text-align: center;
padding-block: 4px;
padding-inline: 8vw;
img {
width:auto;
min-height:50px;
@media (min-width: 768px) {
min-height:40px;
}
}
}
