@media only screen and (min-width: 992px) {
  .cstmHeightWhatFindSection {
    max-height: 500px;
  }
  .h3BannerSection {
    font-size: 45px;
  }
  .dateBanner p {
    font-size: 20px;
  }
  .video-bg {
    position: absolute;
  }
  .editionNumberBannerSection {
    font-size: 1.8rem;
  }
  .sponsorHeading {
    font-size: 3.5rem !important;
  }
  .sponsorNameHeading {
    font-weight: 200;
    font-size: 1.8rem;
  }
  .schedule-sec .schedule-content-wrap {
    padding: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .mediaRegBgImg {
    height: 300px;
  }
  .schedule-sec .schedule-content-wrap {
    padding: 10px;
  }
  .video-sec {
    padding: 0;
  }
  .flexBtnBanner {
    flex-direction: column;
  }
  .h3BannerSection {
    font-size: 25px;
  }
  .dateBanner p {
    font-size: 15px;
  }
  .owl-theme .owl-dots .owl-dot {
    display: none !important;
  }
  .cstmWidthMobile {
    min-width: 270px;
  }
  .video-bg {
    position: relative;
    padding-top: 60px;
  }
  .editionNumberBannerSection {
    font-size: 1.5rem;
  }
  .sponsorHeading {
    font-size: 2.5rem !important;
  }
  .sponsorNameHeading {
    font-weight: 200;
    font-size: 1rem;
  }
  .contact-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .info {
    width: 100%;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .info a {
    width: 260px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }
  .contact-sec .contact-wrap .contact-thumb-wrap {
    padding: 80px 10px !important;
  }
  .mediaModalBtnDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .hero-sec .hero-slider-item {
    min-height: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .previousSpeakerMob {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .speakers-gallery-item {
    width: 75%;
  }
}
