.paragraph--type--applaydu-features-carousel .swiper-wrapper .swiper-slide .applaydu-features-carousel-wrapper .video-wrapper .video-frame .field--name-slide-media video {
	width: 100%;               /* Ensure video takes full width of container */
  height: auto;              /* Maintain aspect ratio */
  aspect-ratio: 80 / 37;     /* Define the aspect ratio */
  object-fit: contain; 
}