.carousel-inner > .item > img {
  /*max-width:64.0rem;*/
  max-height: 90rem;
  height: 100%;
  /*visibility: hidden;*/
}

.carousel-inner {
  /* make sure your .items will get correct height */
  height: 100%;
}

.carousel-inner > .item {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  /*height:50.0rem;*/
  /*background-size:cover;*/
  /*background-position: center center;*/
}

#myCarousel {
  /*background-color: #117a8b;*/
  /* max-width: 90.0rem;
    max-height: 95.0rem; */
  width: 78rem;
  height: 50rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  /*align:center*/
  /*margin-right: 10.0rem;*/
  /*margin-left: 21.0rem;*/
  /*position: absolute;*/
  /*top: 48%;*/
  /*left: 30%;*/
  /*right: 10%;*/
  /*transform: translate(-50%, -50%);*/
  margin: auto;
  /*width: 60%;*/
}

.carousel-caption > h3 {
  color: white;
  text-shadow: 0.1rem 0.1rem 0.2rem, 0 0 2.5rem black, 0 0 0.5rem black;
}
.carousel-caption > p {
  color: white;
  text-shadow: 0.1rem 0.1rem 0.2rem, 0 0 2.5rem black, 0 0 0.5rem black;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.centered {
  position: absolute;
  top: 48%;
  left: 50%;
  /*transform: translate(-50%, -50%);*/
}
