.imgw-dropdown {
	background: $background-color;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
	display: none;
	font-size: $font-size;
	position: absolute;
	right: 0;
	top: calc( 100% + 5px );
	z-index: 1;

	ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	li {
		font-size: .85em;
		padding: .65em 1em;
		white-space: nowrap;
	}

	a {

		&, &:hover {
			color: inherit;
			text-decoration: none !important;
		}
	}
}
