

h1.portal {
    padding: 0 50px 0 25px;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    letter-spacing: -.5px;
    max-width: calc(100% - 25px);
}
h1.portal::before {
    font-size: 30px;
    font-weight: 900;
    padding: 0 5px 0 0;
    content: "|";
    color: var(--bf-primary-color);
}



section.portal {

}


.article__thumb {
    background-color: #000000;
    padding-bottom: 56.25%;
    width: 100%;
    position: relative;
}

.banner-image {
    width: 100%;
    height: 120px;
    background-size: cover;
    background-position: center center;
}


/* ------------------------------------------------------------------------------------
 Desktop
--------------------------------------------------------------------------------------- */
@media screen and (min-width: 1024px) {


    h1.portal {
        font-size: 30px;
        background-size: 30px 30px;
    }
    h1.portal::before {
        font-size: 30px;
    }



    #floating .floating__link {
        font-size: 1.6rem;
    }

    .banner-image {
        position: absolute;
        left: 0;
        top: 50px;
        width: 100vw;
        height: 360px;
        background-size: cover;
        background-position: center center;
        z-index: -1;
    }

}
