@media screen and (max-width: 1199px) {
    /* Global Reset for Mobile/Tablet */
    html, body {
        width: 100%;
        overflow-x: hidden;
        min-width: 0 !important;
    }

    #mainContentWrapper {
        min-width: 100% !important;
        width: 100% !important;
        background-size: cover !important;
    }

    /* Override fixed widths */
    .header, 
    .bottom-content, 
    .fullcolumn-inner, 
    #smv_Area0, 
    .smAreaC,
    [style*="width: 1200px"],
    [style*="width:1200px"] {
        width: 100% !important;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Adjust absolute positioned elements to stack vertically */
    .smartAbs {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 15px;
        display: block !important;
    }

    /* Specific adjustments for navigation if possible */
    .w-nav {
        width: 100% !important;
        height: auto !important;
    }
    .w-nav-inner {
        width: 100% !important;
        display: block !important;
        height: 40px !important;
        line-height: 40px !important;
    }

    /* Images should scale */
    img {
        max-width: 100% !important;
        height: auto !important;
    }

    /* Hide PC-specific elements if marked */
    .pc-only {
        display: none !important;
    }
    
    /* Adjust text sizes if needed */
    p, span, div {
        max-width: 100% !important;
        word-wrap: break-word;
    }
    
    /* Reset heights that might be fixed */
    .yibuFrameContent {
        height: auto !important;
        overflow: visible !important;
    }
}
