/* 768 to 1023 px - for 768px width = portrait iPad */


#NAVI {
	top: 80px;
	position: absolute;
	right: 0;
	width: max-content;
}


#HOME_SLIDER {
  height: calc( 50vh - 140px );
}
#HOME_SLIDER h1 {
  font-size: 6vh;
}
#HOME_SLIDER h2 {
  font-size: 3vh;
}

