.fixed-header .ba-section {
    padding: 0 !important;
}

.header .ba-section {
    transition: padding .3s ease-in;
  	-webkit-transition: padding .3s ease-in;
}

/* Footer Curtain */
@media (max-width: 71.875rem) {
.ba-opened-menu .row-with-menu .column-with-menu > .ba-grid-column-wrapper:first-child {
z-index: 100000;
}
}
