@charset "UTF-8";
/* CSS Document */


.pd-slideshow {
	
  height: calc(100vh - 200px);   /* replace 120px with your fixed offset */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;          /* letterboxing background */
	
	
}

.pd-slideshow-items {
  aspect-ratio: 1 / 1;     /* fixed slide ratio */
  width: min(100vw, calc((100vh - 200px) * 1 / 1));  /* FIT with max height */

}

.pd-slideshow-items img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


@media (max-width: 1200px){
	
	

}




@media (max-width: 960px){
	
	
	
}


@media (max-width: 640px){
	
	
	
	
}


