body:not(:has(.banner)) main.container {
    margin-top: 75px; 
}

.banner {
    width : 100%;
    height: 300px;
    overflow: hidden; 
    position: relative;
    pointer-events: none;
    user-select: none;
}

/* Content text wrapping */
.content {
    /* Wrap long words to prevent overflow */
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* Disable hyphenation */
    hyphens: none;
}

.justify { text-align: justify; }