.unsplash {
	&-attribute {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		position: absolute;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.5);
		color: white;
		font-size: 10px;

		a {
			color: white;
		}
	}
}
