.fullscreen_banner {
  width: auto;
  height: calc(100vh - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.fullscreen_banner a {
  color: white;
  letter-spacing: 1px;
}
.fullscreen_banner a:hover {
  text-decoration: underline;
}
.fullscreen_banner ul {
  list-style: none;
}