
#wifi-qrcode {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 500;
	text-align: center;
	cursor: pointer;
}
#wifi-qrcode img {
	max-height: 82px;
	margin: 0;
}
#wifi-qrcode object {
	display: none;
}

@media (max-width: 640px) {
	#wifi-qrcode h4 {
		display: none;
	}
	#wifi-qrcode img {
		max-height: 41px;
	}
}

#wifi-qrcode:hover h4,
#wifi-qrcode:focus h4,
#wifi-qrcode:active h4 {
	display: block;
	margin: 0;
	background: #bed600;
}
#wifi-qrcode:hover img,
#wifi-qrcode:focus img,
#wifi-qrcode:active img {
	max-height: 512px;
}
#wifi-qrcode:hover object,
#wifi-qrcode:focus object,
#wifi-qrcode:active object {
	display: block;
	width: 164px;
	height: 82px;
	background: #bed600;
}

