body > .container {
padding: 0px 15px 0;
}

.subtitle {
  font-size: 50%;
}

#tea-images {
  width: 470px;
}

#tea-details p strong {
  display: block;
}

/* image gallery */

.fullscreen-modal .modal-dialog {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.fullscreen-modal .modal-content {
  height: 100vh;
  border-radius: 0;
  background: #000;
}

.fullscreen-modal .modal-header {
  border: 0;
  background: transparent;
  padding: 0;
  position: relative;
  min-height: 0;
}

.fullscreen-modal .modal-body {
  height: 100vh;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-fullsize {
  width: 1130px;
  height: 768px;
  max-width: 100vw;
  max-height: 100vh;
  object-fit: contain;
  display: block;
  margin: auto;
  background: #222;
}

.close-lg {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 1rem;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  opacity: 1;
  background: rgba(0,0,0,0.4);
  border: none;
  border-radius: 50%;
  z-index: 1056;
  box-sizing: content-box;
  cursor: pointer;
  transition: background 0.2s;
}

.close-lg:hover, .close-lg:focus {
  background: rgba(0,0,0,0.7);
  color: #fff;
  text-decoration: none;
  outline: none;
}

.close-lg span {
  display: block;
  line-height: 1;
}
