@media (max-width: 392px) {
  div.description-carousel {
    height: 58%;
  }
}

div.description-carousel {
  transition: height 500ms;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  overflow: :hidden;
  font-size: 16px;
  z-index: 99;
  background-color: #0b214d;
  color: white;
  opacity: 0.7;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, canvas, img, video {
  max-width: 100%;
  /*height: auto;*/
  box-sizing: border-box;
}

.d-block {
  display: block !important;
}

.w-100 {
  width: 100% !important;
}

h3, .h3 {
  font-size: 1.75rem;
}

.h3, h3 {
  text-align: center;
  color: white;
}

img {
  border-style: none;
}

img {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

