

        @media (max-width:780px){

            /*
             * Universal Mobile Header
             */
            #mtg-universal-mobile-header
            img.mtg-store-logo--square,

            #mtg-universal-mobile-header
            img.custom-logo.mtg-store-logo--square,

            /*
             * Hamburger panel
             */
            .mtg-mhm-logo
            img.mtg-store-logo--square,

            /*
             * Header normal responsive
             */
            body[class*="mtg-template-tm"]
            .mtg-header-brand
            img.mtg-store-logo--square {

                width:76px !important;
                height:76px !important;

                min-width:76px !important;
                min-height:76px !important;

                max-width:76px !important;
                max-height:76px !important;

                object-fit:contain !important;
            }


            #mtg-universal-mobile-header
            img.mtg-store-logo--vertical,

            .mtg-mhm-logo
            img.mtg-store-logo--vertical {

                width:auto !important;
                height:76px !important;
                max-height:76px !important;
                max-width:90px !important;

                object-fit:contain !important;
            }
        }


        @media (max-width:390px){

            #mtg-universal-mobile-header
            img.mtg-store-logo--square,

            .mtg-mhm-logo
            img.mtg-store-logo--square,

            body[class*="mtg-template-tm"]
            .mtg-header-brand
            img.mtg-store-logo--square {

                width:70px !important;
                height:70px !important;

                min-width:70px !important;
                min-height:70px !important;

                max-width:70px !important;
                max-height:70px !important;
            }
        }

        