
/*  */
/* 
*/




@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;
    }
}
 
/*  */