#lander
{
  position: absolute;
  width: 640px;
  top: 64px;
  left: 50%;
  margin-left: -320px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  z-index: 2;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

#lander h2
{
  display: block;
  margin-left: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 16px;
  padding: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  background-image: url('./../img/underdrop.456x40.png');
  background-position: center bottom;
  background-repeat: no-repeat;
}

#lander p
{
  margin-left: 64px;
  margin-top: 0px;
  margin-right: 64px;
  margin-bottom: 16px;
  font-size: 120%;
}

#landerCloserForm
{
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 16px;
  right: 16px;
}

#landerCloserForm:hover input:first-child
{
  display: none !important;
}

#landerCloserForm:hover input:last-child
{
  display: block !important;
}

#ankapVideo
{
  width: 512px;
  height: 288px;
}

#linx
{
  margin-left: 0px;
  margin-top: 32px;
  margin-right: 0px;
  margin-bottom: 32px;
}

#linx a
{
  display: inline-block;
  width: 156px;
  margin-left: 8px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 128%;
  text-decoration: none;
}


@media only screen and (max-width: 999px)
{
  #lander
  {
    position: static;
    width: auto;
    top: auto;
    left: auto;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 32px;
    box-shadow: none;
  }
  
  #lander h2
  {
    font-size: 200%;
  }
  
  #lander p
  {
    margin-left: 5%;
    margin-top: 0px;
    margin-right: 5%;
    margin-bottom: 16px;
  }
  
  #ankapVideo
  {
    width: 90%;
    height: 50.625vw;
  }
  
  #linx a
  {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-top: 8px;
    margin-right: auto;
    margin-bottom: 8px;
  }
}