#oldBrowserMessage {
  display: block!important;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
	padding: 20%;
	opacity: .9;
	background-color: #fff;
}
.img-responsive {
	width: auto;
}