.full-banner { display: block; position: relative; overflow-x: hidden; padding-top: 80px; }
.full-banner img { display: block; margin: 0 auto 50px; position: relative; max-height: calc(80vh - 55px); max-width: 60vw; width: auto; }
.fb-image { position: relative; max-height: calc(80vh - 55px); }
.fb-title { display: flex; justify-content: center; align-content: center; align-items: center; line-height: 75%; margin-left: -0.85vw; position: absolute; width: 102.35vw; height: 100%; top: 0; bottom: 0; left: 0; right: 0;}

#fitty {
    display: inline-block;
    white-space: nowrap;
    background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear;
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }
    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}

.fb-content { display: block; text-align: center; }
.fb-content h2 { margin-bottom: 20px; }
.fb-content .fb-list li:last-child a::first-letter { text-transform: lowercase; }
.fb-text { font-size: 16px; font-family: 'neue-haas-unica', 'Arial Narrow', Arial, Helvetica, sans-serif; font-weight: 300; line-height: 172.49%; letter-spacing: 0.06em; margin-bottom: 25px; }
.fb-list { display: flex; justify-content: center; flex-wrap: wrap; }
.fb-list li:not(:last-child){ margin-right: 10px }

@media all and (min-width: 769px) { .fb-content { max-width: 1024px; margin: auto; padding-left: 30px; padding-right: 30px; } }

@media all and (max-width: 768px) {
    .fb-content { padding-left: 20px; padding-right: 20px; }
    .fb-content br { display: none; }

}

@media all and (max-width: 865px) {
    .fb-list li:not(:last-child){ margin-bottom: 10px }
    .fb-list { flex-direction: column }
    .fb-list li:first-child a,
    .fb-list li:nth-child(3) a { margin-right: 0 !important; }
    .fb-list li:last-child a,
    .fb-list li:nth-child(2) a {margin-left: 0 !important; }
    .fb-list li:not(:last-child){ margin-right: 0 }
}

