.modal-panel-basic {
  overflow-y: auto;
}

.image-wrapper {
  margin-top: 20px;
}

.modal-panel-basic .mini-image-container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.carousel-control {
  width: 40px !important;
  max-width: 40px !important;
  background-image: none !important;
}

a.carousel-control:focus {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.carousel {
  width: calc(100% - 100px) !important;
}

.portlet-gallery-embedded-single.carousel {
  display: contents;
}

.carousel-control > span {
  color: #0065b3;
}

.carousel-control.right {
  transform: translate(100%, 0%) !important;
  text-align: right;
}
.carousel-control.left {
  transform: translate(-100%, 0%) !important;
  text-align: left;
}

.modal-buttons-under-image {
  display: flex;
  justify-content: flex-end;
  margin: 10px;
  width: 100%;
  padding-right: 12px;
}

button.modal-button {
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.modal-button.button-in-image {
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  background-color: white;
  padding: 15px;
}

.modal-button.button-in-image:hover,
.modal-button.modal-button-download:hover,
.modal-button.modal-button-email:hover {
  background-color: #dee0e2;
}

.modal-button.button-in-image:focus,
.modal-button.modal-button-download:focus,
.modal-button.modal-button-email:focus {
  background-color: #ffdf0f;
}

.modal-button.modal-button-email {
  margin-left: 10px;
  background-image: url("../image/email.png");
}
.modal-button.modal-button-download {
  background-image: url("../image/download.png");
}
.modal-button.modal-button-zoom {
  background-image: url("../image/zoom-in.png");
}

.modal-margin-around {
  margin: 10px 50px;
}

.modal-body > .modal-text-header {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  margin-right: 0;
}

.modal-body > .modal-text-header.modal-text-header-inv {
  display: none;
}

.modal-text-header > .modal-data-under-image {
  display: flex;
  align-content: center;
  flex-direction: column;
  width: calc(100%);
}

.modal-text-header > .modal-text-title {
  width: 100%;
  line-height: 32px;
  font-size: 26px;
}

.modal-data-under-image > p {
  margin: auto;
}

.modal-data-under-image > div {
  width: 100%;
}
.modal-data-under-image > div > p {
  width: max-content;
  display: inline-block;
}

.modal-data-under-image > div > .modal-data-first {
  padding-right: 5px;
  border-right: solid 1px #0b0c0c;
}

.modal-data-under-image > div > .modal-data-middle {
  padding-right: 5px;
  padding-left: 5px;
  border-right: solid 1px #0b0c0c;
}

.modal-data-under-image > div > .modal-data-last {
  padding-left: 5px;
}

.modal-buttons-under-image > .modal-download-button {
  margin-right: 15px;
}

a.link {
  color: #0065b3;
  text-decoration: none;
  text-decoration-line: none;
}

a.link:hover {
  color: #0065b3;
  text-decoration: none;
  text-decoration-line: none;
}

.js-modal-footer {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 42px 30px;
  display: flex;
}

.js-modal-content > .modal-body {
  display: flex;
}

.modal-footer-image-wrapper {
  width: max-content;
  max-height: 200px;
  flex: 1;
  display: flex;
  /* gap: 3px; */
}

.modal-footer-image-container {
  max-height: 200px;
}

.modal-footer-image-container > img {
  max-width: 200px;
  cursor: pointer;
  object-fit: contain;
  max-height: 100%;
  padding: 4px;
}

.modal-footer-image-container > img:focus {
  box-shadow: inset 0px 0px 0px 4px #ffdf0f;
  outline: none;
}

.modal-footer-view {
  animation: view 1s;
  animation-fill-mode: forwards;
}

.modal-footer-hidden {
  overflow: hidden;
  animation: hidden 1s;
  animation-fill-mode: forwards;
}

@keyframes hidden {
  from {
    max-height: 254px;
    padding: 15px;
  }
  to {
    max-height: 0px;
    padding: 0px;
  }
}

@keyframes view {
  from {
    max-height: 0px;
    padding: 0px;
  }
  to {
    max-height: 254px;
    padding: 15px;
  }
}

.modal-footer::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.js-modal-footer::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.js-modal-footer::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.modal-footer-view {
  position: relative;
}

.footer-view-button {
  border: gray solid 1px;
  background: white;
  border-radius: 10px 10px 0px 0px;
  width: 35px;
  height: 25px;
  bottom: -15px;
  right: 20px;
  border-bottom: none;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-view-button.up {
  background-image: url("../image/up-arrow.png");
}
.footer-view-button.down {
  background-image: url("../image/down-arrow.png");
}

.modal-panel-large {
  background-color: rgba(51, 51, 51, 0.8);
}

.js-modal-content > img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.emb-gal-fullscreen-exit-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  padding: 0 15px;
  background-color: #0b0c0c;
  color: #fff;
  border: none;
  font-size: 36px;
  font-weight: bold;
}

.emb-gal-fullscreen-exit-btn:focus {
  border: none;
  outline: none;
  box-shadow: 0 0px 0 3px #ffdf0f;
  color: #ffdf0f;
}

/* .js-modal-content > .close-button {
  position: absolute;
  right: 0px;
  height: 30px;
  transform: translate(100%, -100%) !important;
  width: 30px;
  text-align: center;
  font-size: 35px;
  vertical-align: middle;
  color: white;
  opacity: 0.8;
  font-weight: 200;
}

.js-modal-content > .close-button:hover {
  color: white;
  opacity: 1;
} */

/*
Bootstrap modified CSS starts here
 */

.js-modal-open {
  overflow: hidden;
}
.js-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10500;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.js-modal.js-fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out,
    -o-transform 0.3s ease-out;
}
.js-modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.js-modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.js-modal-dialog {
  position: relative;
  width: auto;
  margin: 30px;
}
.js-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  max-height: calc(100vh - 60px);
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
}
.js-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #0b0c0c;
}
.js-modal-backdrop.js-fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.js-modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.js-modal-header {
  padding: 22px 22px 5px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (max-width: 967px) {
  .modal-data-under-image > div > span:nth-child(1) {
    width: 100px;
  }
}

@media (min-width: 968px) {
  .js-modal-dialog {
    margin: 30px auto;
  }
  .js-modal-dialog-inner {
    width: 968px;
  }
  .modal-sm {
    width: 300px;
  }

  .modal-body > .modal-text-header {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (min-width: 1200px) {
  .modal-body > .modal-text-header {
    min-width: 440px;
    max-width: 440px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.js-modal-header .js-close:focus,
.js-modal-header .js-close:hover {
  text-decoration: none;
}
.js-modal-header .js-close {
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: -7px;
  font-size: 30px;
  padding: 0 7px;
  color: #626a6e;
  float: right;
  font-weight: 700;
  line-height: 1;
  outline: none;
}
.js-modal-header .js-close:hover {
  color: #0b0c0c;
}
.js-modal-header .js-close:focus {
  background-color: #ffdf0f;
  box-shadow: 0 0px 0 3px #0b0c0c;
  color: #0b0c0c;
}

.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  max-height: 100%;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out,
      -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.js-modal-content .carousel-inner > .active {
  display: flex;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  display: flex;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}

.carousel-control:hover > span:before {
  color: #0b0c0c;
}
.carousel-control:focus span:before {
  background-color: #ffdf0f;
  box-shadow: 0 0px 0 3px #0b0c0c;
  color: #0b0c0c;
  height: 33px;
  display: block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #0b0c0c;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  width: 100%;
  margin: 0 auto;
  object-fit: contain;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
    url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}

.esmvz-gallery {
  margin-bottom: 20px;
}

.esmvz-gallery .gallery-image {
  height: 469px;
  object-fit: contain;
}

.esmvz-gallery .gallery-image:hover {
  cursor: zoom-in;
}

.esmvz-gallery .gallery-image:not(:fullscreen):focus {
  border: 3px solid #ffdf0f;
  box-shadow: inset 0px 0px 0px 4px #0b0c0c;
  padding: 4px;
  outline: none;
}

.esmvz-gallery .image-description {
  padding-top: 10px;
  color: #626a6e;
  text-align: center;
}

.esmvz-gallery .item:not(.active) .image-description {
  display: none;
}

.esmvz-gallery .sub-content-area {
  margin-bottom: 20px;
}

.esmvz-gallery .image-content-area img {
  max-width: 100%;
  max-height: 469px;
}

.modal-data-under-image {
  display: flex;
  width: 100%;
  padding: 0;
}

.modal-data-under-image > div {
  display: flex;
}

.modal-data-under-image > div > span:nth-child(1) {
  width: 200px;
}

.modal-data-under-image > div > span:nth-child(1):after {
  content: "";
}

.modal-data-under-image > div > span:nth-child(2) {
  width: calc(100% - 100px);
}

.modal-data-under-image > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.modal-data-under-image > div li {
  display: inline;
}

.hidden_metadata {
  display: none !important;
}

.modal-data-under-image > div li:not(:last-child):after {
  content: ", ";
}

.esmvz-gallery .modal-body {
  width: 100%;
  padding: 0;
}

.js-metadata-description .position {
  float: right;
}

.portlet-gallery-embedded-list.image-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.portlet-gallery-embedded-list .mini-image-container {
  width: 300px;
  flex-wrap: wrap;
  border: 1px solid rgba(149, 157, 165, 0.2);
  margin: 10px;
  position: relative;
  /* align-items: center; */
}

.portlet-gallery-embedded-list .mini-image-container:hover {
  animation: up 0.2s;
  animation-fill-mode: forwards;
}

@keyframes up {
  from {
    top: 0px;
    box-shadow: none;
  }
  to {
    top: -3px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
      rgba(0, 0, 0, 0.22) 0px 10px 10px;
  }
}

.portlet-gallery-embedded-list .mini-image-container > .bg-image {
  width: 100%;
  height: 300px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.portlet-gallery-embedded-list .mini-image-container > .detail-image-wrapper {
  padding: 10px;
  overflow: auto;
  width: 100%;
}

.portlet-gallery-embedded-list .detail-image-wrapper > .detail-text {
  text-align: justify;
}

.portlet-gallery-embedded-list .detail-image-wrapper > .detail-name {
  font-size: 19px;
  font-weight: 600;
  padding: 10px 0px;
}

.portlet-gallery-embedded-list .detail-image-wrapper > .detail-properties {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

button.modal-button:focus {
  outline: none;
}

.gallery-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.js-modal-content .carousel-control.left {
  position: relative;
  margin-left: 45px;
}

.js-modal-content .carousel-control.right {
  position: relative;
  margin-right: 45px;
}
.js-modal-content .modal-body {
  margin-bottom: 20px;
}

.js-modal-content .carousel {
  width: 100% !important;
}
.js-modal-hide-details {
  color: #0065b3;
  float: right;
  background: none;
  border: none;
  margin-top: -6px;
  /* transform: translateY(-0.3rem); */
  margin-right: 5px;
  outline: none;
  text-decoration: underline;
}
.js-modal-hide-details:hover {
  text-decoration-thickness: 3px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  text-decoration-skip: none;
}
.js-modal-hide-details:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  background-color: #ffdf0f;
  box-shadow: 0 -2px #ffdf0f, 0 4px #0b0c0c;
  text-decoration: none;
  color: #0b0c0c !important;
}
.js-modal-content.js-modal-content-full {
  flex-direction: row;
  overflow-y: visible;
}

.js-modal-content-img {
  flex: 1;
  max-height: calc(100vh - 60px);
}

@media (max-width: 480px) {
  .js-modal-content .carousel-control.right {
    margin-right: 25px;
  }
  .js-modal-content .carousel-control.left {
    margin-left: 25px;
  }
  .js-modal-dialog {
    margin: 0;
  }
  .modal-margin-around:not(.js-metadata-description) {
    margin: 10px 15px;
  }
  .js-modal-content.js-modal-content-full {
    margin: 30px;
  }
}

.gallery-back {
  margin-left: 20px;
}

.portlet-gallery-embedded-single .carousel-inner .image-content-area.active {
  display: flex;
  flex-direction: column;
}

.modal-panel-basic .js-modal-dialog-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.js-modal.js-fade.modal-panel-basic.in {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1440px) {
  .js-modal-dialog-inner {
    width: 60%;
  }
}

.modal-panel-basic .carousel.slide {
  display: inline-block;
  position: relative;
}
.modal-panel-basic .carousel.slide:after {
  content: "";
  display: block;
  margin-top: 75%;
}
.modal-panel-basic .carousel-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 40.0525em) {
  a.left.carousel-control-mzv.mzv-link-prev,
  a.right.carousel-control-mzv.mzv-link-next {
    font-size: 0px !important;
  }
  .mzv-link-prev:before,
  .mzv-link-next:after {
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    margin: auto 7px;
  }
}