.main .section:first-child {
  margin-top: 0px;
}
#section-2 .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#section-2 .images > img {
  height: 100%;
  width: auto;
}
img {
  border: 0;
  display: inline-block;
  height: 100%;
  max-width: 100%;
  width: auto;
  -ms-interpolation-mode: bicubic;
}

section br {
  height: 13px;
}

/* Video Carousel */

.video-slider-container {
  overflow: scroll;
  width: 100%;
}

.video-container {
  transition: 450ms transform;
  font-size: 0;
  white-space: nowrap;
  margin: 70px 0;
  display: flex;
}

.video-slider-content {
  position: relative;
  width: 100%;
  min-width: 500px;
  height: 300px;
  margin-right: 10px;
  font-size: 20px;
  cursor: pointer;
  transition: 450ms all;
  transform-origin: center left;
}

.iframe-video {
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.video-container:hover .video-slider-content {
  opacity: 0.3;
}

.video-container:hover .video-slider-content:hover {
  transform: scale(1.5);
  opacity: 1;
}

.video-slider-content:hover ~ .video-slider-content {
  transform: translate3d(50%, 0, 0);
}
