.cover-video {
	width: 100%;
	height: auto;
	margin-bottom: -7px;
	z-index: -1;
	pointer-events: none;
}




@media(max-width: 980px) {
  .cover-video {
    position: absolute;
    top: 0;
    right: 0;
    width: 1066px;
    margin-bottom: 0;
  }
}

@media(max-width: 807px) {


  .cover-video { display: none; }
}

.finme-logo-mobile {
	display: none;
}







#purse {
	position: absolute;
	top: 24.1%;
	right: 45.8%;
	width: 9.4%;
	height: auto;
	/*transition: .3s transform ease-in;*/
	/*transform: translate3d(-60vw, 10vw, 0);*/
}

#get-over-here {
	position: relative;
	max-width: 2000px;
	margin: 0 auto;
}



.board__wrapper-mobile {
  display: none;
}

@media(max-width: 600px) {
  .board__wrapper {
    display: none;
  }

  .board__wrapper-mobile {
    display: block;
  }
}

.cache {
  position: absolute;
  overflow: hidden;
  width: 100px;
  visibility: hidden;
}

.gif-note {
  width: 32%;
  margin: 0 34.5% 1em 32.5%;
  text-align: center;
}

.gif img {
  display: block;
  width: 65%;
  max-width: 1350px;
  height: auto;
  margin: 1em 35% 1em auto;
}

@media(max-width: 600px) {
  .gif img {
    width: calc(100% - 44px);
    margin: 1em auto .6em;
  }

  .gif-note {
    width: 46%;
    margin: 0 22px 0 auto;
    text-align: center;
  }
}