﻿.mud-drawer-mobile {
    width: 600px !important;
}

@media (max-width: 599px) {
    .mud-drawer-mobile {
        width: 100% !important;
    }
}

@media (min-width: 600px) and (max-width: 959px) {
    .mud-drawer-mobiler {
        width: 600px !important;
    }
}

@media (min-width: 960px) and (max-width: 1279px) {
    .mud-drawer-mobile {
        width: 600px !important;
    }
}

@media (min-width: 1280px) and (max-width: 1919px) {
    .mud-drawer-mobile {
        width: 600px !important;
    }
}

@media (min-width: 1920px) {
    .mud-drawer-mobile {
        width: 600px !important;
    }
}