/** CSS Easing functions */ /* Bulma Utilities */
@media only screen and (max-width: 1024px) {
  .wp-block-starter-photo-pullquote .photo-pullquote-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wp-block-starter-photo-pullquote .photo-pullquote-columns .photo-pullquote-col-image {
  min-height: 0;
}
.wp-block-starter-photo-pullquote .photo-pullquote-columns .photo-pullquote-col-image figure {
  height: 100%;
}
.wp-block-starter-photo-pullquote .photo-pullquote-columns .photo-pullquote-col-image figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-starter-photo-pullquote .photo-pullquote-columns .photo-pullquote-intro-text {
  padding: 1.75rem 0;
  position: relative;
}
.wp-block-starter-photo-pullquote .photo-pullquote-columns .photo-pullquote-intro-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  width: 175%;
  height: 100%;
  background-color: var(--wp--preset--color--grey-light);
  z-index: -1;
}
