.video-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 300px;
  max-width: 590px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 1rem;
  padding: 1rem;
}
@media screen and (max-width: 575px) {
  .video-card {
    margin: 0;
  }
}
.video-card:not(.testimony) {
  opacity: 0.8;
  height: 250px;
  transform: scale(0.8);
  transition: 0.4s ease all;
}
.video-card .video-card__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10rem;
  color: #D9D8D7;
  font-family: "madeSunflower";
}
.video-card .video-card__content {
  text-align: center;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
.video-card .video-card__content .video-card__title {
  color: #403a38;
  font-weight: bolder;
}
.video-card .video-card__content .video-card__title.testimony-name {
  font-size: 1.1rem;
}
.video-card .video-card__content .video-card__description {
  color: #ccb16b;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}
.video-card .video-card__content .video-card__description.testimony-content {
  font-size: 12px;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .video-card .video-card__content .video-card__description.testimony-content {
    font-size: 16px;
    text-align: center;
  }
}
.video-card.not-available {
  cursor: default;
}
.video-card.not-available .video-card__bg,
.video-card.not-available .video-card__content {
  opacity: 0.6;
}

.active.center {
  z-index: 11;
}
.active.center .video-card {
  max-width: 590px;
}
.active.center .video-card:not(.testimony) {
  opacity: 1;
  cursor: pointer;
  transform: scale(1);
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}
.active.center .video-card:not(.testimony).not-available {
  cursor: default;
}
.active.center .video-card:not(.testimony).not-available .video-card__bg,
.active.center .video-card:not(.testimony).not-available .video-card__content {
  opacity: 0.6;
}
@media only screen and (min-width: 260px) and (max-width: 960px) {
  .active.center .video-card {
    max-width: 285px;
  }
  .active.center .video-card:not(.testimony) {
    opacity: 1;
    cursor: pointer;
    transform: scale(1);
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
  }
  .active.center .video-card:not(.testimony).not-available {
    cursor: default;
  }
  .active.center .video-card:not(.testimony).not-available .video-card__bg,
  .active.center .video-card:not(.testimony).not-available .video-card__content {
    opacity: 0.6;
  }
}

.btn-video-slide {
  height: 100%;
  width: 100%;
  font-size: 2rem;
  justify-content: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #ccb16b;
}
.btn-video-slide:hover {
  color: #bf9d45;
}
@media screen and (max-width: 575px) {
  .btn-video-slide {
    opacity: 0;
    display: none;
  }
}

.vm-container-wrapper {
  width: 100%;
}

.content-slider {
  width: 65%;
  position: absolute;
  bottom: 0;
}

.owl-video-wrapper {
  width: 100%;
  height: 100%;
}

.owl-video-tn {
  background-size: cover;
}

.owl-carousel .owl-video-tn {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.4s ease;
}

.owl-prev,
.owl-next {
  opacity: 0;
  display: none;
  visibility: hidden;
}
