.banner-background {
  background: #0072C3;
}

.img-auto-fit {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.carousel-section-container {
  background: linear-gradient(180deg, #FFFAEB 14.91%, rgba(255, 250, 235, 0) 84.03%);
  padding: 6rem 0;
}
.carousel-card-divider {
opacity: 0.1;
border: 1px solid #000000;
width: 100%;
}
.topVideosDisplayer {
  width: 100%;
  display: flex;

  overflow-x: auto;
}

.scrollController {
}
.video {
  height: 100%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 2rem;
  flex: 0 0 31%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #FFFFFF;
  position: relative;
  left: -33%;
  border: 1px solid #eee;
  border-radius: 20px;

  transition: left 1s, right 1s, transform 1s;
}

#video1 {
  order: 2;
}
#video2 {
  order: 3;
}
#video3 {
  order: 4;
}
#video4 {
  order: 5;
}
#video5 {
  order: 1;
}

.video h3, .video h4 {
  margin: 0;
  text-align: center;
}


.carouselScroller {
  display: flex;
  width: 100%;
  overflow: hidden;
  height: auto;
  padding-top: 10px;
}

#tm-nep-contact-form-phone-mobile {background-color: #f4f4f4;border: 0 }

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
@media screen and (max-width: 1280px) {
  .video {
    flex: 0 0 91.5vw;
    left: -90%;
  }
}
