/* CSS Document */
@media screen and (max-height: 430px) {
  .footer {
  position: static;
 }
}

