@media screen and (max-height: 670px) and (orientation: portrait) {
  .flugertestdisplay {
    height: 1300px !important;
  }
}

@media screen and (max-height: 378px) and (orientation: landscape) {
  .flugertestdisplay {
    height: 1300px !important;
  }
}
@media (max-width: 768px) {
  a.full-width {
    width: 100%;
  }
}
