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

.model-open .modal-backdrop {
  background-color: #000;
  opacity: .7;
}

.model-open .modal-backdrop .fade {
  opacity: 0.7;
}
.model-open .modal-backdrop .show {
  opacity: 0.7;
}

.lightbox-gallery-page main {
  width: 95%;
  margin: auto;
}

.lightbox-parent {
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lightbox-gallery-item {
  width: 47%;
}

/* Crop thumbnail images. */
#gallery img {
  width: 100%;
  height: 75vw;
  object-fit: cover;
}

.modal {
  width: 100%;
  height: 100%;
}

.modal-dialog {
  max-width: 100%;
  min-height: 100%;
  margin: 0 auto;
}

.modal-content {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.0);
  border: 0px solid rgba(0,0,0,.2);
}

.modal-header {
  border-bottom: 0px solid #dee2e6;
}

button.close {
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  outline: none;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  opacity: .75;
  border: none;
}

.modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.btn-secondary {
  opacity: 0;
}

.modal-footer {
  border-top: 0px solid #dee2e6;
}

.carousel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px; /* make max width i=of images to avoid the 'enlarging' effect upon transition. */
  margin-left: auto;
  margin-right: auto;
}

.carousel-indicators {
  display: none;
}

/*

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators>li {
  margin: 0 9px;
  background-color: #f7cd66;
  border-color: #f7cd66;
  opacity: .7;
  width: 3px;
  height: 3px;
}
*/

.lightbox-modal-img {
  display: block;
  width: 100%;
}

/* Crop images in lightbox. */
.carousel-item img {
  /*height: 60vw;*/
  /*object-fit: cover;*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.modal-backdrop {
  opacity: 0.5 !important;
}

@media (min-width: 576px) {
  .carousel-item img {
    /*height: 500px;*/
  }

  #gallery img {
    height: 35vw;
  }
}

@media (min-width: 992px) {
  .lightbox-gallery-item {
    width: 23%;
  }

  #gallery img {
    height: 18vw;
  }

  .carousel-item img {
    width: 80%;
  }

  .carousel-indicators {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: unset;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    -ms-flex-pack: center;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    margin-right: 12%;
    margin-left: 12%;
    list-style: none;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .hotel-room {
    width: 23%;
  }

  .hotel-room-placeholder {
    width: 23%;
  }

  .carousel-item img {
    /*height: 60vw;*/
    /*object-fit: cover;*/
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
