/*-------------------------------
.page-id-30  Attract screen 
-------------------------------*/
body.page-id-30 main {
  /* width: var(--kiosk-width); */
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
  margin: 0 !important;
	background-image: url('https://culpeper-kiosk.riggsward.com/wp-content/uploads/2024/05/Option-2-Attract-image8.jpg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100vh;
}

body.page-id-30 figure {
  width: 100%;
	object-fit: cover;
	height: 100%;
  max-height: 100vh;
  position: absolute;
  top: 0;
	left: 0;
  /*left: 50vw;
  transform: translateX(-50%);*/
}
@media (orientation: landscape) {
  body.page-id-30 figure {
    max-height: 100dvh;
  }
}

body.page-id-30 .attract-hint {
  z-index: 5;
  /*transform: translateX(-50%);*/
  font-style: italic;
  font-size: 1.8rem;
 height: 100vh;
	padding: 0px;
	margin: 0px;
	width: 100vw;
	max-width: 100vw;
}

body.page-id-30 footer {
  display: none;
}

body.page-id-30 div.entry-content {
	max-width: none;
	width: 100vw;
	height: 100vh;
	/*position: absolute;
	top: 0px;
	left: 0px;*/
}


