#main-display {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Smooth transition for the opacity property */
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.fade-out {
  opacity: 0 !important;
}