
	#example-scanning-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: transparent;
	z-index: 2;
      }
      @media (min-aspect-ratio: 1/1) {
	#example-scanning-overlay .inner {
	  width: 50vh;
	  height: 50vh;
	}
      }
      @media (max-aspect-ratio: 1/1) {
	#example-scanning-overlay .inner {
	  width: 80vw;
	  height: 80vw;
	}
      }

      #example-scanning-overlay .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;

	background:
	  linear-gradient(to right, white 10px, transparent 10px) 0 0,
	  linear-gradient(to right, white 10px, transparent 10px) 0 100%,
	  linear-gradient(to left, white 10px, transparent 10px) 100% 0,
	  linear-gradient(to left, white 10px, transparent 10px) 100% 100%,
	  linear-gradient(to bottom, white 10px, transparent 10px) 0 0,
	  linear-gradient(to bottom, white 10px, transparent 10px) 100% 0,
	  linear-gradient(to top, white 10px, transparent 10px) 0 100%,
	  linear-gradient(to top, white 10px, transparent 10px) 100% 100%;
	background-repeat: no-repeat;
	background-size: 40px 40px;
      }

      #example-scanning-overlay.hidden {
	display: none;
      }

      #example-scanning-overlay img {
	opacity: 0.6;
	width: 90%;
	align-self: center;
      }

      #example-scanning-overlay .inner .scanline {
	position: absolute;
	width: 100%;
	height: 10px;
	background: white;
	animation: move 2s linear infinite;
      }
      @keyframes move {
	0%, 100% { top: 0% }
	50% { top: calc(100% - 10px) }
      }

      #peelAwayButton {
          display: none;
          position: fixed;
          top: 20px;
          right: 2%;
          z-index: 1000;
          background-color: transparent;
      }

      #peelAwayButton img {
          width: 40px;
          height: auto;
          cursor: pointer;
      }
        #youtubebuttons0  {
            position: fixed; 
            top: 50px; /* Adjust the top position as needed */
            right: 50px; /* Adjust the right position as needed */
            z-index: 2;
            display: none; /* Initially hide the buttons */
        }

        #youtubebuttons0 img {
            width: 250px;
            height: auto;
            cursor: pointer; /* Set cursor to pointer for better UX */
        }
		

		
         #fullScreen {
  display: none;
  position: fixed;
  top: 80px;
  right: 10px;
  z-index: 10;
  width: 50px;
  height: auto;
  cursor: pointer;
 }
   #youtube-videos{
    cursor: pointer;
  }
  
   @keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5); /* Adjust the scale value as needed */
  }
  100% {
    transform: scale(1.0);
  }
}
      #info1 {
  animation: zoomIn 7s infinite; /* 15s duration, loop infinitely */
}

#youtube-player0 {
    position: absolute;
    top: 10%;



}