﻿@media (max-width:767px) {
/*@media (max-height:640px){*/
	.menu {
        font-size: 0.75em;
	}

	.nav {
		width: 32px;
	}
    .menuStationary{
        font-size: 0.75em;
    }
	.nav img {
		margin: 0px 10px;
		top: calc(50% - 12px);
		height: 50px;
        z-index: 999;
	}

    .menu img[src].fulllogo {
        max-height: 75%;
		position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: auto;
        margin-bottom: auto
    }
}
