/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 08, 2024, 02:03:57 PM
    Author     : yot_o
*/

@media screen and (min-width: 1px) {/* มากกว่า 1px ขึ้นไป */
    .content-not-menu-button-status{
        display: block !important;
    }

    .content-news-small-status{
        display: initial !important;
    }

    .content-news-big-status{
        display: none !important;
    }
}

@media screen and (min-width: 992px) {/* มากกว่า 992px ขึ้นไป */
    .content-not-menu-button-status{
        display: none !important;
    }

    .content-news-small-status{
        display: none !important;
    }

    .content-news-big-status{
        display: block !important;
    }
}

@media screen and (min-width: 1200px) {/* มากกว่า 1200px ขึ้นไป */
    .content-not-menu-button-status{
        display: none !important;
    }
}


