/*
Theme Name: Mitesh Chohan
Author: Mitesh Chohan
Description: Mitesh Chohan Thene
Version: 0.0.1
Tags: mobi
*/
.responsive {
  max-width: 100%;
  height: auto;
}

.reel-container {
  position: relative;
  width: 100%;
  max-width: 350px; /* Adjust the max width as needed */
  aspect-ratio: 9 / 16; /* Typical aspect ratio for reels */
  overflow: hidden;
  border-radius: 20px; /* Rounded corners to resemble a reel */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.reel-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}