@media only screen and (max-width: 600px) {
	.menu--iris .menu__item {
		margin:15px 5px;		
	}
	
	.menu__item a {
		border-bottom: 1px solid;		
		border-color: #777;
	}

	.menu__list {
		position: relative;
		margin: 25px 0 0 0;
		background-color: azure;
	}

	.agile_short_dropdown li a{
		text-transform:uppercase;
		color:#212121;
		font-size:13px;
		font-weight:600;
		padding: .8em 0;
		border-bottom: 1px solid;
	}
}