@media (min-width: 567px) {
    /* Plugin styles for myntpcon */
    .MuiPaper-root.MuiPaper-elevation.MuiPaper-elevation0.mui-j2zrwf {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    }
    
    /* Scroll wrapper zodat de configurator scrollbaar is op mobiel (iOS touch-fix) */
    .myntpcon-iframe-scroll {
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .myntpcon-iframe-scroll iframe {
        width: 100%;
        height: 700px;
        min-height: 600px;
        border: 0;
        display: block;
    }
    
@media (max-width: 768px) {
    .tss-custom-180hv3y-ThreeDViewButtonToolbar-root-ThreeDViewButtonToolbar-right {
        display: none !important;
    }
        .myntpcon-iframe-scroll {
            width: 100%;
            height: auto;
            overflow: visible;
            touch-action: pan-y;
        }
    
        .myntpcon-iframe-scroll iframe {
            display: block;
            width: 100%;
            height: 900px;
            min-height: 900px;
            border: 0;
        }
        .tss-custom-8y13m-CustomMainContainer-withoutScrollbars-CustomMainContainer-withPIM:not(.tss-custom-76-CustomMainContainer-fullscreen-ref) > .tss-custom-76-CustomMainContainer-scene-ref {
            aspect-ratio: 1.5 / 1;
        }
        .MuiPaper-root.MuiPaper-elevation.MuiPaper-elevation0.mui-j2zrwf {
            overflow-y: auto !important;
            -webkit-overflow-scrolling: touch;
            touch-action: pan-y;
            max-height: 60vh;
        }
    }
    .tss-custom-rtzlvo-ArticleFooter-root {
        display: none !important;
    }
    .tss-custom-1vgfo0j-BigListHeader-text {
        text-transform: none;
        font-weight: 700;
    }
    #egr_fullscreen_button, #egr_view_direction_button, #egr_iso_button {
        display: none !important;
    }
    div#egr_ar_button::after {
        content: "Place in room";
        font-size: 14px;
        padding-left: 5px;
    }
    div#egr_dimensions_button:after {
        content: "View dimensions";
        font-size: 14px;
        padding-left: 5px;
    }
    .tss-custom-180hv3y-ThreeDViewButtonToolbar-root-ThreeDViewButtonToolbar-right {
        right: unset !important;
        left: 0px;
    }