.videos---slider---container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.controls li {
/*  background-color: grey; */
} 

.videos {
  margin: 20px 0;
}

.video__module {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding: 1px;
  position: relative;
  padding: 1px;
}

@media screen and (max-width: 767px) {
  .videos {
    padding: 0;
  }
  .video__module {
    padding: 20px;
    width: auto;
  }
}


  
.video__module__text {
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}

.video__item__heading {
  font-size: 1.2rem;
  font-weight: 600;
}

.video__module__image {
  padding: 1px;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video__module__image__div {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  height: 100%;
  width: 100%;
}

.video__module__image__foreground {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video__module__image__foreground:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.video-button {
  cursor: pointer;
}

.controls {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  color: #ffffff;
  width: 100%;
  top: 50%;
  transform: translatey(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 40px;
  z-index: 10;
}

.prev-2 {
  transform: translatex(-40px);
}

.next-2 {
  transform: translatex(40px);
}

.controls:focus {
  outline: none;
}
.controls li:hover {
  cursor: pointer;
}

.prev--next--buttons {
  color: rgba(179, 179, 179, 1) !important;
  cursor: pointer;
}

   
/* @media screen and (max-width: 575px) {
 
  .video__item__description {
    display: none;
  }
  
}  */

/* Carousel (tiny slider) */

.tns-outer .videos {
  padding: 0 !important;
}

.tns-outer .videos [hidden] {
  display: none !important;
}

.tns-outer .videos [aria-controls],
.tns-outer .videos [data-action] {
  cursor: pointer;
}

.videos.tns-slider {
  transition: all 0s;
}

.videos.tns-slider > .tns-item {
  box-sizing: border-box;
}

.videos .tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.videos.tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}

.videos.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.videos.tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: '';
  display: table;
}

.videos.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%;
}

.videos.tns-no-calc {
  left: 0;
  position: relative;
}

.videos.tns-gallery {
  left: 0;
  position: relative;
}

.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: hidden;
}

.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}

.tns-nav {
  margin: 20px 0;
  text-align: center;
/*   width: 90%; */
/*   z-index: 100; */
}

.tns-nav > [aria-controls] {
  background-color: #b3b3b3;
  border: 0;
  border-radius: 50%;
  height: 16px;
  margin: 0 10px;
  padding: 0;
  width: 16px;
}

.tns-nav .tns-nav-active {
  background-color: #3a7bd5;
}