#kojen-text-cont {
    position: absolute;
    z-index: 1100;
    display: table;
    bottom: 0;
    right: 320px;
    width: 100%;
    height: 76px;
    color: #000000;
}
  
#kojen-text-cont > div {
    display: table-cell;
    vertical-align: middle;
    border: 0;
    font-family: "DINPro";
    padding-bottom: 2px;
    padding-left: 560px;
    line-height: 1.2;
    font-size: 24px;
}


/* Large */
 
@media only screen and (min-width: 1367px) and (max-width: 1920px) {

    #kojen-text-cont div {
        padding-left: 540px;
    }

} 


/* Medium */

@media only screen and (min-width: 990px) and (max-width: 1366px) {

    #kojen-text-cont div {
        padding-left: 520px;
        font-size: 20px;
    }

}


/* Small */

@media only screen and (min-width: 768px) and (max-width: 990px) {

    #kojen-text-cont {
        right: 250px;
        height: 50px;
    }

    #kojen-text-cont div {
        padding-left: 420px;
        font-size: 16px;
    }

}


/* X-Small */

@media only screen and (max-width: 768px) {

    #kojen-text-cont {
        display: none;
    }
    
}
