.image-container {
  height: 125px;
  background-size: cover;
  background-repeat: no-repeat;
  /* 	mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); */
  /*    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); */
}

.swiper-wrapper {
  box-sizing: border-box;
}

.swiper-container {
  /* 	margin-top: 20px; */
  width: 100%;
  height: 125px;
}

.video-swiper-title {
  font-weight: bold;
  font-size: 120%;
  color: #008d96;
}

.slide-title {
  font-weight: bold;
  color: black;
}

.no-video-available {
  height: 125px;
  font-weight: bold;
  color: black;
  font-size: 16pt;
  text-align: center;
  vertical-align: middle;
}
.slide-container {
  position: relative;
  text-align: center;
  color: white;
  font-size: 10pt;
  overflow: hidden;
}

.slide-container:hover img {
  /* 	-webkit-transform:scale(0.9);transform:scale(0.9); */
  border: solid;
  border-color: #008d96;
  border-width: 5px;
}

.top-left {
  position: absolute;
  top: 4px;
  left: 8px;
}

.slide-detail-container {
  position: relative;
  /* padding-left: 200px; */
  overflow: hidden;
  height: 300px;
}
.slide-selection-img {
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.centered-left {
  position: absolute;
  bottom: 20px;
  left: 64px;
  width: 500px;
  color: black;
}

.slide-selection-title {
  font-weight: bold;
  font-size: 150%;
}

.slide-selection-description {
  font-size: 80%;
}

.slide-selection-keywords {
  font-style: italic;
  font-size: 65%;
}

.curved-line {
  border: 1px solid #ccc;
  padding: 12px 12px;
  border-radius: 16px;
}

.date-filter-header {
  font-weight: bold;
  color: black;
  padding-bottom: 12px;
}

.zoomIt figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.zoomIt figure:hover img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.home-title {
  color: black !important;
  font-weight: bold;
}

.text-bold {
  font-weight: bold;
}
