
/*  */
/* 
*/
#Text01 { font:normal .9em Arial; }
#Text02 { font:bold .9em Times; }
#Text03 { font:small-caps 110% Verdana; }

@media only screen and (max-width: 521px) {
    div#head-image {
        width: calc(100% - 120px) !important;
        word-break: break-all;
        background-size: cover !important;
    }
}
@media only screen and (max-width: 943px) and (min-width: 522px) {
    div#head-text {
        float: none !important;
    }
    div#head-image {
        width: calc(100% - 188px) !important;
        background-size: cover !important;
    }
}
/*  */