body,
html {
  width: 100%;
  /* height: 100%; */
  margin: 0;
  padding: 0;
  color: #fff;
  /* font-family: "Jost", sans-serif; */
}

.trsBannerSlate {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trsBannerSlate img.bannerImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trsBannerSlate .container {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Reel Style for Type 1 Videos */
.trsBannerSlate--reel {
  max-width: 500px;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  margin: 0 auto;
  aspect-ratio: 9/16;
  overflow: hidden;
}

.trsBannerSlate--reel img.bannerImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.trsBannerSlate--reel .container {
  width: 100%;
  max-width: 500px;
  padding: 20px;
}

.trsBannerSlate--reel .trsBannerSlate__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.trsBannerSlate--reel .raymodLogoBanner {
  margin-bottom: 40px;
  text-align: center;
}

.trsBannerSlate--reel .raymodLogoBanner img {
  width: 200px;
  max-width: 80%;
  height: auto;
}

.trsBannerSlate--reel .raymodLogoBannerAddress {
  width: 100%;
  padding: 0 20px;
}

.trsBannerSlate--reel .raymodLogoBannerAddress p {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.trsBannerSlate .trsBannerSlate__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  height: 100%;
}

.trsBannerSlate .trsBannerSlate__content img {
  width: 300px;
}

.trsBannerSlate .container .row {
  min-width: 100%;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.text-center {
  text-align: center;
}

.d-flex {
  display: flex;
}

.raymodLogoBanner {
  margin-bottom: 30px;
}

.raymodLogoBannerAddress p {
  font-size: 30px;
}

.font-medium {
  font-weight: 500;
}

@media (max-width: 767px) {
  .raymodLogoBanner {
    margin-bottom: 10px;
  }
  .trsBannerSlate .trsBannerSlate__content img {
    width: 100px;
  }
  .raymodLogoBannerAddress p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  /* Reel mobile styles */
  .trsBannerSlate--reel {
    max-width: 100%;
    width: 100%;
    height: 100vh;
  }
  
  .trsBannerSlate--reel .container {
    padding: 15px;
  }
  
  .trsBannerSlate--reel .trsBannerSlate__content {
    padding: 30px 15px;
  }
  
  .trsBannerSlate--reel .raymodLogoBanner {
    margin-bottom: 30px;
  }
  
  .trsBannerSlate--reel .raymodLogoBanner img {
    width: 150px;
  }
  
  .trsBannerSlate--reel .raymodLogoBannerAddress p {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

@media (max-width: 440px) {
  .trsBannerSlate .trsBannerSlate__content img {
    width: 120px;
  }
  .raymodLogoBannerAddress p {
    font-size: 16px;
  }
  
  .trsBannerSlate--reel .raymodLogoBanner img {
    width: 220px;
  }
  
  .trsBannerSlate--reel .raymodLogoBannerAddress p {
    font-size: 18xpx;
    margin-bottom: 10px;
  }
}

@media (max-width: 360px) {
  .trsBannerSlate .trsBannerSlate__content img {
    width: 100px;
  }
  .raymodLogoBannerAddress p {
    font-size: 16px;
  }
  
  .trsBannerSlate--reel .raymodLogoBanner img {
    width: 100px;
  }
  
  .trsBannerSlate--reel .raymodLogoBannerAddress p {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

@media (max-width: 320px) {
  .trsBannerSlate .trsBannerSlate__content img {
    width: 80px;
  }
  .raymodLogoBannerAddress p {
    font-size: 14px;
  }
  
  .trsBannerSlate--reel .raymodLogoBanner img {
    width: 80px;
  }
  
  .trsBannerSlate--reel .raymodLogoBannerAddress p {
    font-size: 12px;
    margin-bottom: 6px;
  }
}

/* Desktop styles for reel */
@media (min-width: 768px) {
  .trsBannerSlate--reel {
    max-width: 450px;
    height: 100vh;
    max-height: 100vh;
  }
  
  .trsBannerSlate--reel .raymodLogoBanner img {
    width: 180px;
  }
  
  .trsBannerSlate--reel .raymodLogoBannerAddress p {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .trsBannerSlate--reel {
    max-width: 500px;
  }
  
  .trsBannerSlate--reel .raymodLogoBanner img {
    width: 200px;
  }
  
  .trsBannerSlate--reel .raymodLogoBannerAddress p {
    font-size: 24px;
  }
}

.custom-details-div {
    padding-top: 65%;
}
