#editor .photogallery-multipatient-shortcode{max-width:1200px;width:100%}.photogallery-multipatient-shortcode{position:relative;display:block;margin-bottom:1em}.photogallery-multipatient-shortcode__content{position:relative}.photogallery-multipatient-shortcode__images{margin-bottom:1em;display:block}.photogallery-multipatient-shortcode__images::after{clear:both;content:""}.photogallery-multipatient-shortcode__carousel{position:relative}.photogallery-multipatient-shortcode__explicit-message{position:absolute;background:RGBA(255, 8, 0, 0.9);color:#FFF;padding:0.25em;top:45%;transform:translate(-50%, -50%);left:50%;pointer-events:none;cursor:pointer;font-size:1em}@media (min-width: 640px){.photogallery-multipatient-shortcode__explicit-message{white-space:nowrap}}.photogallery-multipatient-shortcode__list{padding:0px}.photogallery-multipatient-shortcode__list.carousel-list{margin:0px !important}.photogallery-multipatient-shortcode__list.row{margin-left:-15px !important;margin-right:-15px !important}.photogallery-multipatient-shortcode__item{list-style:none !important;position:relative}.photogallery-multipatient-shortcode__caption{text-align:center;clear:both}.photogallery-multipatient-shortcode__bullets{bottom:0em}.photogallery-multipatient-shortcode__bullets .glide__bullet{box-shadow:none;background-color:#AAA}.photogallery-multipatient-shortcode__bullets .glide__bullet--active{background-color:#444}.photogallery-multipatient-shortcode__arrows .glide__arrow:hover{background-color:rgba(0,0,0,0.35)}.photogallery-multipatient-amp-shortcode__bullets{margin:1em 0;text-align:center;font-size:12px;display:block}.photogallery-multipatient-amp-shortcode__bullets i{cursor:pointer;margin:0 6px}.photogallery-multipatient-amp-shortcode__bullets i:hover,.photogallery-multipatient-amp-shortcode__bullets i:active{color:#888}.photogallery-multipatient-amp-shortcode__carousel-no-arrows .carousel-prev,.photogallery-multipatient-amp-shortcode__carousel-no-arrows .carousel-next{display:none}
.photogallery-multipatient-shortcode__explicit-message {
  position: absolute;
  background: RGBA(255, 8, 0, 0.9);
  color: #FFF;
  padding: 0.25em;
  top: 45%;
  transform: translate(-50%, -50%);
  left: 50%;
  pointer-events: none;
  cursor: pointer;
  font-size: calc(1vh + 6px);
  width: 80%;
}

.photogallery-multipatient-shortcode__item img {
  max-width: 100%;
  height: auto;
}