.headerbar {
	background : transparent;
}

.headerbar .random {
	display: block;
	text-align: center;
	width: 100.6% !important;
	height: 100%;
	margin-left: -4px !important;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.headerbar .random {
		display: block;
		text-align: center;
		width: 102% !important;
		height: 100%;
		margin-left: -4px !important;
		border-radius: 0px !important;
	}
}
