.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  <!-- overflow: hidden; -->
}
.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  /* min-height: 100%;  */

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
  @media (max-width: 768px) {
  #desktopVideo,#xmasdesktopVideo {
  display:none;

  }

.video-container video
{
 top: 18%;
}

#xmasmobileVideo video
{
 top: 12%;
}
  #desktopWhiteimage,#xmasdesktopWhiteimage {
display:none;
}
#redirectLink{
display:none;
}
}
  /* a:has(#mobileVideo) { */
  /* pointer-events: none;} */
  
/*-----------for better display image in popup---------------*/
  /* .items-center .max-h-\[80\%\] { */
    /* max-height: 100% !important; */
/* } */
/* .items-center .h-3\/5 { */
    /* height: 90% !important; */
/* } */
  /* } */
 /* .items-center .w-11\/12 { */

    /* width: unset; */
/* }  */
  
 /* .items-center .max-w-screen-xl { */
  /* max-width:unset; */
  /* } */
  
  /* .items-center .lg\:w-5\/6 { */
	   /* width: unset; */
   /* } */
  /* .items-center h2{ */
  /* display:none; */
  /* } */

/* .items-center .lg\:m-6 { */
/* margin: 1.5rem !important; */
/* } */

/* .items-center .bg-white{ */
/* overflow: visible; */
/* margin-top:8%; */
/* } */

/* .items-center .max-h-\[80\%\] { */
    /* max-height: 82%; */
/* } */
/* .items-center .h-3\/5 { */
    /* height: 81%; */
/* } */
/*-----------for better display image in popup---------------*/

  