@charset "utf-8";
/* CSS Document */



#ror {
	text-align: left;
}

#section-00 {}
#subvid {margin-bottom: 1.5vw}
#section-01 {}
#section-template {display: none;}

.items {
  height: calc((90vw / 16) * 16);
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.34);
  cursor: ew-resize;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.item {
  width: 500%;
  height: calc((90vw / 16) * 16);
  background-image: url('../images/Experience-Timeline-Large.jpg');
  background-position: 0% 50%;
  background-size: auto 100%;
}

.items::-webkit-scrollbar {
  display: none;
}

#dragmove p {
	font-family: 'Akzidenz-Grotesk-Nxt-Lte', sans-serif;
	color: #010b14;
	font-weight: 300;
	margin-top: 1.5vw;
	text-align: center;
}

/*#img-02{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 100% 50%;
	transform: translateX(0%);
}
#img-03{
	width: 115%;
	height: 100%;
	object-fit: cover;
	object-position: 0% 100%;
	/*transform: scale(1.125);*/
/*}
#img-04{
	width: 130%;
	height: 100%;
	object-fit: cover;
	object-position: 0% 25%;
	transform: translateX(0%);
}
*/