/*
Theme Name: Blossom Wedding Child
Template: blossom-wedding
Version: 1.0
*/
/*
.banner-caption {
  padding-bottom: 462px;
}
*/
.site-banner .banner-item .banner-caption, .site-banner .item .banner-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* justify-content: flex-end; */
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    flex: 1;
    display: flex;
    /* padding-bottom: 120px; */
    padding-top: 40px;
    text-align: center;
    font-family: "Great Vibes", cursive;
    /* align-items: flex-end;
    text-align: right;
    padding-right: 40px; */
}

