// Small mobile header without extending on scroll //

@media screen and (max-width:767px) {
.header-announcement-bar-wrapper {
    padding: 1vw !important;
}
}