/* Copyright Attabis d.o.o.(R) - www.attabis.com */
header {
z-index : 97;
top : 0;
}
#header_background {
top : 0;
margin : 0;
padding : 0;
width : 100%;
overflow : hidden;
height : 8%;
position : relative;
background-color: transparent;
}
#adm_results {
overflow : visible;
}
@media screen and (min-width: 120px) and (max-width: 1024px) and (max-height: 639px) and (orientation: landscape) {
header {
height : 18%;
}
#header_background {
height : 18%;
}
}