@media only screen and (min-width:768px) and (max-width:1200px) {
.headerAndNavContent .headerAndNavContentInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerAndNavContentInner .headerContainer {
    max-width:100px;
}
.headerAndNavContentInner .navContainer {
    width:calc(100% - 110px);
}


}