/*#sliderBar {
  padding: 0;
  right: 0;
  left: 0;
  bottom: -28px;
}*/

#homeSlideshow {
  min-height: 80vh;
  margin-top: -3.2rem;
}

@media screen and (orientation:portrait) {
  #homeSlideshow {
    min-height: 40vh;
  }
}

#homeSlideshow .carousel-indicators {
  margin: 0;
}

#homeSlideshow .carousel-item, #homeSlideshow .carousel-inner {
  height: 100%;
  overflow: hidden;
}

.caption-vcenter {
  display: flex;
  align-items: center !important;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  padding-top: 3.2rem;
}

.caption-vcenter img {
  max-width: 37vw;
  max-height: 60%;
}

.caption-left {
  right: auto;
  left: 0 !important;
}

.caption-left img {
  position: absolute;
  left: 0;
  margin: 0;
  animation-delay: 1.5s;
}

.caption-right {
  left: auto;
  right: 0 !important;
}

.caption-right img {
  position: absolute;
  right: 0;
  margin: 0;
  margin-right: 1vw;
  padding: 1.5rem;
  animation-delay: 0.5s;
}

#yourElement {
  -vendor-animation-duration: 3s;
  -vendor-animation-iteration-count: infinite;
}
