#commanders {
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

#commanders .background {
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#commanders .content {
    position: relative;
    z-index: 3;
    padding: 0 1rem;
    text-transform: uppercase;
    text-align: center;
}

#commanders .content p {
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 0;
}

#commanders .content h2:first-of-type {
    margin-top: 0;
}

#commanders .content h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    #commanders .content h2 {
        font-size: 2rem;
        line-height: 2rem;
    }
    #commanders .content p {
        font-size: 1.15rem;
        line-height: 1.5rem;
    }
}

#commanders .commander {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 2;
}

#commanders .commander2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 2;
}

#commanders .sunrise {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

@media (max-width: 768px) {
    #commanders .commander, #commanders .commander2 {
        display: none;
    }
}
