
    .ly_header_9 .header_top{height: 20vh;background: #fff;color: #000;text-align: center;line-height: 48px;border: 10px solid #000;padding-left: 10px!important;padding-right: 10px!important;}
    .ly_header_9 .header_top .top_wrapper{max-width: 1400px;margin: 0 auto;height: 100%;display: flex;justify-content: center;align-items: center;}
    .ly_header_9 .header_top .warning{font-size: 2.5vw;line-height: 1.2;font-family: Arial,sans-serif;color: #000;font-weight: bold;}

    @media screen and (max-width: 1000px) {
        .ly_header_9 .header_top{height: 15vh}
        .ly_header_9 .header_top .warning{font-size: 2vw;line-height: 1.2;}
    }

    @media screen and (max-width: 768px) {
        .ly_header_9 .header_top{height: 10vh}
        .ly_header_9 .header_top .warning{font-size: 1.5vw;line-height: 1.2;}
    }

