.so-widget-ff-image-bucket-widget-default-c15d1d7906c4-56 {
  /*
 * BASE STYLES
 */
  /*
 * HOVER STYLES
 */
}
.so-widget-ff-image-bucket-widget-default-c15d1d7906c4-56 .ff-so-image-bucket {
  display: block;
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  background-size: cover;
  background-position: center center;
  color: inherit;
  z-index: 1;
}
.so-widget-ff-image-bucket-widget-default-c15d1d7906c4-56 .ff-so-image-bucket:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 200ms ease-out;
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
}
.so-widget-ff-image-bucket-widget-default-c15d1d7906c4-56 .ff-so-image-bucket:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.so-widget-ff-image-bucket-widget-default-c15d1d7906c4-56 .ff-so-image-bucket-content {
  padding: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.so-widget-ff-image-bucket-widget-default-c15d1d7906c4-56 .ff-so-image-bucket-content h1,
.so-widget-ff-image-bucket-widget-default-c15d1d7906c4-56 .ff-so-image-bucket-content h2,
.so-widget-ff-image-bucket-widget-default-c15d1d7906c4-56 .ff-so-image-bucket-content h3,
.so-widget-ff-image-bucket-widget-default-c15d1d7906c4-56 .ff-so-image-bucket-content h4,
.so-widget-ff-image-bucket-widget-default-c15d1d7906c4-56 .ff-so-image-bucket-content h5,
.so-widget-ff-image-bucket-widget-default-c15d1d7906c4-56 .ff-so-image-bucket-content h6 {
  color: inherit;
  font-size: 2rem;
  text-transform: uppercase;
}
.so-widget-ff-image-bucket-widget-default-c15d1d7906c4-56 .ff-so-image-bucket__description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 200ms ease-out;
  margin-top: 1rem;
}
.so-widget-ff-image-bucket-widget-default-c15d1d7906c4-56 .ff-so-image-bucket:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.so-widget-ff-image-bucket-widget-default-c15d1d7906c4-56 .ff-so-image-bucket:hover .ff-so-image-bucket__description {
  max-height: 7.5rem;
}