/* SCROLL */
.scrollWork{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 12px 0 12px 0;
}
.scrollWork img{
	height: 32px;
}
#scrollUp{
	margin-top: 48px;
	opacity: 25%;
}
#scrollDown{
	margin-bottom: 48px;
	cursor: pointer;
}


/* WORK */
#work{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 32px 0 32px;
	height: 1000px;
	max-width: 1000px;
	overflow: scroll;
	margin: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#work::-webkit-scrollbar{
	display: none;
	width: 0px;
	background: transparent;
}
table{
	border-collapse: collapse;
}
.border{
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1.0) 50%, rgba(0,0,0,0) 100%);
}
td, tr{
    height: 1px;
    padding: 0px;
    margin: 0px;
}
.work{
}
.preview{
	padding: 0 32px 0 32px;
	width: 320px;
	height: 260px;
	border-radius: 16px 0 0 16px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.preview video{
	position: absolute;
}
.videoMain{
	border-radius: 8px;
}
.info{
	
}
.title{
	font-family: 'DrukWideBold';
	font-size: 24px;
	padding-right: 32px;
}
.links{
	font-family: FormaDJRTextRegular;
	margin-top: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.links a{
	color: #FFF;
	margin-right: 16px;
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 16px;
}
.links a:hover{
	text-decoration: underline;
}

.links img{
	height: 16px;
}
.mediaLink img{
	margin-left: 4px;
}
.infoLink img{
	margin-left: 3px;
}

.workDivider{
	width: 100px;
	height: 10px;
	background-color: #FFF;
}

/* CLIENTS */
@keyframes scroll{
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#banner{
	margin: auto;
	width: 100%;
	max-width: 800px;
	overflow: hidden;
	box-sizing: border-box;
	mask-image: linear-gradient(
		to right,
		rgba(0,0,0,0) 0%,
		rgba(0,0,0,1) 5%,
		rgba(0,0,0,1) 95%,
		rgba(0,0,0,0) 100%
	);
	margin-bottom: 60px;
	margin-top: 12px;
}
#clients{
	display: inline-block;
	white-space: nowrap;
	animation: scroll 20s linear infinite; 
}
#clients img{
	margin-right: 48px;
}
.client_brickspace_lab{
	height: 48px;
}
.client_field{
	height: 48px;
}
.client_legend_boats{
	height: 48px;
}
.client_orillia{
	height: 96px;
}
