.dropdown-menu {
    width: auto!important;
    max-width: inherit!important;
}


.scrollUp{
	
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	height: 6rem;
	transition: .5s;
	
}

.scrollDown{
	
	padding-top: 0px;
	padding-bottom: 0px;
	height: 3rem;
	transition: .5s;
}


/* MEDIA QUERIES */
/* Smartphones (portrait & landscape) */
@media only screen 
and (min-width : 320px) 
and (max-width : 780px) {
	
	.scrollDown{
		padding-top: .4rem;
		padding-bottom: 1.6rem;
		height: unset !important;
		
	}
	
	.scrollUp{
		height: unset !important;
	}
}