@font-face {
  font-family: 'Louis Global 2';
  src: url('../../fonts/Louis-Global/LouisGlobal2-Bold.woff2') format('woff2'),
    url('../../fonts/Louis-Global/LouisGlobal2-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  background: url('background_tablet_landscape.png');
  background-size: cover;
  background-repeat: no-repeat;
}

#app {
  font-family: 'Louis Global 2', sans-serif;
}

.app-header .content {
  content: url('logo.png');
  width: 600px;
  height: auto;
  margin: 45px auto 0;
}

@media only screen and (max-width: 767px) {
  .app-header .content {
    width: 350px;
  }
}

.kiosk .top {
  margin: 20px 0 0;
}

.kiosk .top .kiosk .top h1 {
  display: none;
}

.kiosk .top .kiosk-logo {
  width: 50%;

  height: auto;
  content: url('select_photo.png');
}
.kiosk .policy {
  float: right;
}
.kiosk .wrapper-scrollable::after {
  content: 'Scroll Down For More Photos';
  color: #fff;
  font-family: 'Louis Global 2', sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.policy,
.policy > * {
  color: white !important;
}

.app-footer {
  padding: 0 0 20px;
}
