.paragraph--type--juicebox-gallery .juicebox-parent, .paragraph--type--juicebox-gallery > .field--name-field-caption {
  display: none;
}
.gallery-container {
  width: 100%;
  background-color: rgb(244,244,244);
  padding: 5px;
  margin-bottom: 20px;
}
.gallery-container img {
  width: calc(50% - 10px);
  display: inline-block;
  margin: 5px;
}
.gallery-container .field--name-field-caption {
  padding: 10px;
  font-weight: 600;
  font-size: 12px;
}
.gallery-container .button-container {
  text-align: center;
  margin-bottom: -20px;
}
.gallery-container .button-container .bcm-button-md {
  margin-top: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
