html {
  background-color: #000000 !important;
  color: inherit;
}

.thumb-img {
}

#loupeContainer div.background {
  background-color: #000000 !important;
  color: inherit;
}

header div.background {
  background-color: #000000 !important;
  color: inherit;
}

.custom-colorable {
  fill: #FFFFFF !important;
}

body {
  background-color: #000000 !important;
  color: #0CD413 !important;
}

.gallery {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.wrap_video_item {
  width: 30%;
  height: auto;
}
  
video {
  width: 100%;
  height: auto;
}

.video_item:hover {
  position: relative;
  transform: scale(1.5);
  z-index: 1;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
