body#home-bodycontent {
  opacity: 0;
  transition: opacity 0.5s ease;
}
body.show {
  opacity: 1 !important;
}
#view-brochure.modal.fade.in {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
#view-brochure.modal .modal-body {
  background-color: #fff !important;
  font-family: sans-serif;
}
#view-brochure.modal .modal-body-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}
#view-brochure.modal .modal-body-inner > div {
  padding: 1rem;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  font-size: 1.1rem;
}
#view-brochure.modal .modal-body span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
}
#view-brochure.modal .modal-body h3 {
  font-size: 2rem !important;
  font-weight: 600 !important;
  text-align: center;
  text-transform: uppercase;
  margin: 1rem 0;
}
#view-brochure.modal .modal-body h3 span {
  display: block;
  font-size: 70%;
}
#view-brochure.modal .modal-body img.modal-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-height: 550px;
}
#view-brochure.modal .modal-body ul {
  margin: auto 0;
}
#view-brochure.modal .modal-body p {
  font-size: 1.1rem;
  text-align: center;
}
#view-brochure.modal .modal-body a {
  font-size: 1.2rem;
}
#view-brochure button.close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
}
#view-brochure button.close span {
  font-size: 1.5rem !important;
}
@media only screen and (min-width: 544px) {
  #view-brochure.modal .modal-dialog {
    width: 100%;
    max-width: 840px;
  }
}
@media only screen and (max-width: 544px) {
  #view-brochure.modal .modal-body-inner {
    grid-template-columns: 1fr;
  }
  #view-brochure.modal .modal-body img.modal-image {
    min-height: unset;
    max-width: 250px;
    margin: auto;
  }
  #view-brochure.modal .modal-body-inner > div {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 400px) {
  #view-brochure.modal .modal-body h3 {
    font-size: 1.5rem !important;
  }
  #view-brochure.modal .modal-body img.modal-image {
    max-width: 175px;
  }
}
