iframe#admin-bar-iframe {
    bottom: -0px !important;
    opacity: 0.8;
  	transition:.2s;
}
iframe#admin-bar-iframe:hover {
	bottom: 0px !important;
  	opacity: 1;
  	transition:.2s;
}