.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: .5rem;
}

.videos-content1-text1 {
  font-family: "Lato Bold";
  font-size: 2.2vw;
  color: #d50001;
  margin-top: 4vw;
}

.videos-content1-img1 {
  width: 2.5vw;
}

.videos-content1-images {
  margin-top: 3vw;
}

.videos-content1-images > img {
  width: 18vw;
  -ms-flex-item-align: center;
      align-self: center;
}

.videos-content1-images > img:first-child {
  margin-right: 1vw;
}

.videos-content1-images > img:last-child {
  margin-left: 1vw;
}

.videos-content1-text2 {
  font-family: "Montserrat-Light";
  width: 53vw;
  text-align: center;
  color: #9d9d9d;
  font-size: 1vw;
  line-height: 1.5vw;
  margin-top: 2.5vw;
}

.text-vertical-videos {
  width: 3vw;
  top: 3vw;
  left: 78vw;
}

.content2-videos {
  width: 60vw;
  margin: 0 auto;
  padding-bottom: 6vw;
}

.carousel-sub-item {
  width: 30%;
}

.title-carousel {
  margin-top: 5vw;
  margin-bottom: 1.6vw;
}

.title-carousel-text {
  font-size: 2vw;
  line-height: 2vw;
  color: #d50001;
  width: 27vw;
  margin: 0 auto;
  margin-left: 1vw;
}

.title-carousel-image {
  width: 2.5vw;
}

.item-carousel-videos {
  width: 20vw;
  cursor: pointer;
  margin: 0.3vw;
}

.item-carousel-videos:hover .container-img-carousel-video {
  background-color: #d50001;
}

.item-carousel-videos:hover .content-carousel-video {
  background-color: #ededed;
}

.item-carousel-videos:hover .content-carousel-video-title {
  color: #d50001;
}

.item-carousel-videos:hover .container-img-carousel-video img {
  opacity: 0.6;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.play-video {
  position: absolute;
  top: 6vw;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.item-carousel-videos:hover .play-video {
  display: block;
}

.container-img-carousel-video {
  height: 14.56vw;
}

.container-img-carousel-video img {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.content-carousel-video {
  background-color: #fcfcfc;
  margin-top: 0.4vw;
  padding: 0.5vw 1vw;
  color: #424242;
}

.content-carousel-video-title {
  font-size: 1.3vw;
  margin-bottom: 0;
  font-family: "Lato Bold";
}

.content-carousel-video-text {
  margin-bottom: 0;
  font-family: "Lato Regular";
  font-size: 0.9vw;
}

.carousel-control-prev-videos {
  top: 5.7vw;
  left: -3vw;
}

.carousel-control-next-videos {
  top: 5.7vw;
  left: 61vw;
}

.img-control-carousel-videos {
  width: 2vw;
}

.video {
  width: 75%;
  display: block;
  margin: 0 auto;
  height: auto;
}

.bottom-videos {
  margin-top: 5vw;
}

@media (max-width: 767px) {
  .videos-content1-text1 {
    font-size: 6vw;
    margin-top: 9vw;
  }
  .videos-content1-img1 {
    width: 8vw;
  }
  .videos-content1-images {
    margin-top: 9vw;
  }
  .videos-content1-images > img {
    width: 40vw;
    margin-bottom: 5vw;
  }
  .videos-content1-images > img:first-child {
    margin-right: 0;
  }
  .videos-content1-images > img:last-child {
    margin-left: 0;
  }
  .videos-content1-text2 {
    width: 80vw;
    text-align: center;
    font-size: 2.8vw;
    line-height: 3.5vw;
    margin-top: 2.5vw;
  }
  .text-vertical-videos {
    width: 3vw;
    display: none;
  }
  .content2-videos {
    width: 65vw;
    margin: 0 auto;
    padding-bottom: 35vw;
  }
  .carousel-sub-item {
    width: 30%;
  }
  .title-carousel {
    margin-top: 12vw;
    margin-bottom: 3vw;
  }
  .title-carousel-text {
    font-size: 4.3vw;
    line-height: 5vw;
    margin-left: 2vw;
    width: 56vw;
  }
  .title-carousel-image {
    width: 5.5vw;
  }
  .item-carousel-videos {
    width: 100%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
  .content-carousel-video {
    margin-top: 1vw;
    padding: 0.5vw 3vw;
    color: #5d5d5d;
  }
  .content-carousel-video-title {
    font-size: 3.8vw;
  }
  .content-carousel-video-text {
    font-size: 3vw;
  }
  .img-control-carousel-videos {
    width: 5vw;
  }
  .carousel-control-prev-videos {
    top: 22vw;
    left: -8vw;
  }
  .carousel-control-next-videos {
    top: 22vw;
    left: 68vw;
  }
  .play-video {
    top: 21vw;
  }
  .video {
    width: 100%;
  }
  .bottom-videos {
    margin-top: 12vw;
  }
  .container-img-carousel-video {
    height: 47.5vw;
  }
}
