li[data-index="rs-164"] .tp-bgimg {
	filter: grayscale(100);
	background-color: #000 !important;
	background-position: left center !important;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

li[data-index="rs-171"] {
	position: relative;
}

.vd-bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	position: absolute;
	z-index: 1;
}

.tp-caption.Photography-Subline, .Photography-Subline {
	color: #fff !important;
}

.scroll-arrow {
	padding: 0;
	border: 0;
	color: #fff;
  font-size: 9px;
	width: 50px;
	height: 62px;
	display: flex;
  align-items: flex-start;
	left: 0;
	right: 0;
	bottom: 50px;
	margin: auto;
	position: absolute;
	z-index: 9999;
	background: 0 10px url(../../images/white-scrolldown-icon.png) no-repeat;
	animation: bounce 0.6s infinite alternate; /* Loops up and down */
  animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
}

  @keyframes bounce {
	  from { transform: translateY(0); }
	  to { transform: translateY(20px); }
	}
