@media (max-width: 1180px) {
    :root {
        --communityname-display: flex;
    }
    #communityNav {
        overflow: hidden;
        align-items: center;
		flex-direction: row;
		justify-content: space-between;
    }
    #s6-communityName {
        align-items: center;
		width: auto;
    }
}