.omega-animation-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 168px;
  width: 168px;
  cursor: pointer;
  margin-bottom: 1.5rem;
}

.omega-animation-container .hidden {
  display: none;
}

.omega-animation-static-image {
  width: 270px;
}

.omega-animation-video-player {
  pointer-events: none;
  object-fit: cover;
  width: 270px;
}
