@charset "UTF-8";
/* CSS Document */
body{margin: 0;}

#lottie {
	background-color: #F1F1F1;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  opacity: 1;
	border-radius: 8px;
}
#lottie:hover {
	background-color: #F9F9F9;
}
