.carousel-section {
  background: #0f0f0f;
  padding: 4rem 0 2rem 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.carousel-section .carousel {
  flex: 1;
  min-height: 60vh;
  border: none;
  outline: none;
}

.carousel-section .carousel-inner {
  height: 100%;
  min-height: 60vh;
  border: none;
  outline: none;
}

.carousel-section .carousel-item {
  height: 100%;
  min-height: 60vh;
}

.carousel-section .carousel-item img {
  height: 100%;
  min-height: 60vh;
  object-fit: contain;
  object-position: center;
  border: none;
  outline: none;
}

.carousel-section .carousel:focus,
.carousel-section .carousel-inner:focus,
.carousel-section .carousel-item:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.video-section {
  background: #1a1a1a;
  padding: 4rem 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  flex: 1;
  min-height: 60vh;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
}
