#kojen-text-cont {
    position: absolute;
    z-index: 1100;
    display: table;
    left: 0px;
    bottom: 1px;
    width: auto;
    height: 74px;
    color: #000000;
    padding-left: 260px; 
    transform: scale(.9);
}
  
#kojen-text-cont > div {
    display: table-cell;
    vertical-align: middle;
    font-family: "Graphit-Bold";
    padding-bottom: 2px;
    line-height: 1.2;
}
  
#kojen-text-cont > div:first-child {
    font-size: 85px;
    line-height: 0;
    padding-bottom: 7px;
}

#kojen-text-cont > div > div {
    font-size: 20px;
    margin-left: 6px;
    font-family: "Futura-Book";
}

#kojen-text-cont > div > div:first-child {
    font-family: "Graphit-Bold";
}

#kojen-text-cont > div > div:first-child span {
    display: none;
}



/* Large */
 
@media only screen and (min-width: 1367px) and (max-width: 1920px) {

    #kojen-text-cont {
        padding-left: 240px;
    }

} 


/* Medium */

@media only screen and (min-width: 992px) and (max-width: 1366px) {

    #kojen-text-cont {
        padding-left: 220px;
    }

}


/* Small */

@media only screen and (min-width: 768px) and (max-width: 991px) {

    #kojen-text-cont {
        padding-left: 180px;
        bottom: -4px;
        transform: scale(0.8);
    }

    #kojen-text-cont > div:first-child {
        display: none;
    }

    #kojen-text-cont > div > div:first-child span {
        display: inline;
    }

}


/* X-Small */

@media only screen and (max-width: 767px) {

    #kojen-text-cont {
        padding-left: 170px;
        bottom: -4px;
        transform: scale(0.8);
    }

    #kojen-text-cont > div:first-child {
        display: none;
    }

    #kojen-text-cont > div > div:first-child span {
        display: inline;
    }
    
}
