@media only screen and (max-width: 768px) {

	/* adjust share dropdown */
	#dropdown {
		margin-right: 0 !important;
	}

	/* shorten elements for mobile */
	#uploadprogressbar {
		width: 50px;
	}

}
