@media (min-width: 1080px) { 
header { 
position: sticky; 
display: block; 
background: #ffffff; 
width: 100%; 
height: 100px; 
z-index: 99999999999; 
margin-left: 0%; 
margin-right: 0%; 
margin-top: 0px; 
margin-bottom: 0px; 
padding-left: 0px; 
padding-right: 0px; 
padding-top: 0px; 
padding-bottom: 0px; 
transition: all 1s ease; 
} 
header:hover { 
display: block; 
background: #ffffff; 
width: 100%; 
height: 100px; 
z-index: 99999999999; 
} 
footer { 
position: relative; 
display: block; 
background: #000000; 
width: 100%; 
height: 400px; 
z-index: 99999999999; 
margin-left: 0%; 
margin-right: 0%; 
margin-top: 0px; 
margin-bottom: 0px; 
padding-left: 0px; 
padding-right: 0px; 
padding-top: 0px; 
padding-bottom: 0px; 
transition: all 1s ease; 
} 
footer:hover { 
display: block; 
background: #000000; 
width: 100%; 
height: 400px; 
z-index: 99999999999; 
} 
} 
@media (max-width: 1079px) { 
header { 
position: sticky; 
display: block; 
background: #ffffff; 
width: 100%; 
height: 20px; 
z-index: 99999999999; 
margin-left: 0%; 
margin-right: 0%; 
margin-top: 0px; 
margin-bottom: 0px; 
padding-left: 0px; 
padding-right: 0px; 
padding-top: 0px; 
padding-bottom: 0px; 
transition: all 1s ease; 
} 
header:hover { 
display: block; 
background: #ffffff; 
width: 100%; 
height: 20px; 
z-index: 99999999999; 
} 
footer { 
position: relative; 
display: block; 
background: transparent; 
width: 100%; 
height: 450px; 
z-index: 99999999999; 
margin-left: 0%; 
margin-right: 0%; 
margin-top: 0px; 
margin-bottom: 0px; 
padding-left: 0px; 
padding-right: 0px; 
padding-top: 0px; 
padding-bottom: 0px; 
transition: all 1s ease; 
} 
footer:hover { 
display: block; 
background: transparent; 
width: 100%; 
height: 450px; 
z-index: 99999999999; 
} 
} 
#TopModulesGridLines-0 { 
background: transparent; 
} 
#TopModulesGridLines-1 { 
background: transparent; 
} 
#TopModulesGridLines-2 { 
background: transparent; 
} 
