
/*portrait*/
@media screen and (max-width: 480px) and (max-aspect-ratio: 13/9) {             
    .menu_content {
		top: 80px;
    }
}

/*landscape*/
@media screen and (max-width: 700px) and (orientation: landscape) { 

}