#sharedImage {
	position: absolute;
}

#tryItButton {
	position: absolute;
	left: 100%;
	width: auto;
	height: auto;
	margin-left: -140px;
	margin-top: 9px;
	font-size: 16px;
	padding: 5px 10px;
}

#iconContainer {
	position: absolute;
	width: 55px;
	height: 55px;
}

#urlContainer {
	display: none;
}

#urlBanner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 55px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}
