#g-showcase {
    background: white;
    color: black;
}

#g-showcase .rolunk {
	position: relative;
    height: 700px;
}


#g-showcase .bal-bg {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

#g-showcase .bal-bg h2 {
    margin-top: 100px;
    font-family: 'Oswald';
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 30px;
}

#g-showcase .bal-bg h3 {
    font-family: 'Exo 2';
    font-size: 22px;
    text-transform: uppercase;
}

#g-showcase .bal-bg p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #6B6B6B;
}
#g-showcase .rolunk-container {
    position: relative;
    display: flex;
    justify-content: center;
        margin-bottom: 50px;
}



#g-showcase .logo-ff {
    position: absolute;
    background: url(../images/rolunk/logo-ff-l-bg.png) no-repeat;
    width: 200px;
    height: 175px;
    background-size: contain;
    background-position: left;
    z-index: 32;
    right: 0px;
    top: 0px;
}

#g-showcase .logo-ff2 {
    position: absolute;
    background: url(../images/rolunk/logo-ff-r-bg.png) no-repeat;
    width: 175px;
    height: 160px;
    background-size: contain;
    background-position: right;
    z-index: 31;
    left: 0px;
    top: 6px;
}

#g-showcase .jobb-grid {
    position: absolute;
    /*background: url('../images/rolunk/Repeat Grid 1.svg') no-repeat;*/
    left: 44vw;
    margin-top: 0vw;
    
    width: 32vw;
    height: 590px;    
    background-size: contain;
    z-index: 30;
}

#g-showcase .jobb-bg {
    background: url('../images/rolunk/Mask Group 1.png') no-repeat;
    background-size: cover;
    z-index: 30;
    position: relative;
}

#g-showcase .jobb-border {
    position: absolute;
    /*background: url('../images/rolunk/Rectangle 33.svg') no-repeat;*/
    left: 48vw;
    margin-top: 4vw;

    width: 32vw;
    height: 590px;    
    background-size: contain;
    z-index: 29;
}


#g-showcase .also-cover-bg {
    position: absolute;
    /*background: url('../images/rolunk/Rectangle 31.svg') no-repeat;*/
    left: -7vw;
    margin-top: 14vw;
    width: 100vw;
    height: 590px;
    background-size: contain;
    z-index: 29;
}


@media (max-width: 960px){

    #g-showcase .rolunk {
        height: 400px;
    }

    #g-showcase .bal-bg {
        width: 56vw;
    }

    #g-showcase .bal-bg h2
    {
        margin-top: 18px;
    }

    #g-showcase .bal-bg h3
    {
        font-size: 18px;
    }


    #g-showcase .jobb-grid, #g-showcase .jobb-bg, #g-showcase .jobb-border {
        width: 24vw;
    }
    
    #g-showcase .jobb-grid {
        left: 58vw;
    }

    #g-showcase .jobb-bg {
        left: 60vw;
    }

    #g-showcase .jobb-border {
        left: 62vw;
    }

}

@media (max-width: 767px){
    #g-showcase .rolunk .bal-bg {
        width: 74vw;
        z-index: 31;
    }

    #g-showcase .bal-bg h3 {
        font-family: 'Exo 2';
        font-size: 15px !important;
        line-height: 23.1px;
        text-transform: uppercase;
    }

    #g-showcase .jobb-grid, #g-showcase .jobb-bg, #g-showcase .jobb-border {
        width: 14vw;;
    }    

    #g-showcase .jobb-grid {
        left: 64vw;
    }

    #g-showcase .jobb-bg {
        left: 66vw;
    }

    #g-showcase .jobb-border {
        left: 68vw;
    }    
}


@media (max-width: 460px){
    #g-showcase .rolunk .bal-bg {
        width: 74vw;
        z-index: 31;
    }

    #g-showcase .bal-bg h2 {
        font-size: 26px !important;
    }

    #g-showcase .bal-bg h3 {
        font-size: 13px !important;
    }

    #g-showcase .bal-bg p {
        font-family: 'Exo 2';
        font-size: 11px;
    }

}

