/* story tiles START */
.story-tiles__title {
    text-align: center;
}

.story-tiles__row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: var(--bs-gutter-x);
}

.story-tiles-item {
    box-sizing: border-box;
    gap: 26px;
    width: 100%;
    padding: 44px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 24px -4px rgb(16 24 40 / 10%), 0 8px 8px -4px rgb(16 24 40 / 4%);
}
.story-tiles-item-content{
     align-items: flex-start;
}
.active .story-tiles-item-content {width:50%;}
.story-tiles-item-content .video-close-btn {
    display: none;
}
.active .story-tiles-item-content .video-btn {
    display: none;
}
.active .story-tiles-item-content .video-close-btn {
    display: flex;
}
.story-tiles-item__image {
    max-height: 64px;
}

.story-tiles-item__text {
    max-width: 490px;
    margin-bottom: 5px;
}

.story-titles-item-video {
    display: none; width: 50%;
}
.active .story-titles-item-video {
    display: block;
}

.story-titles-item-video .wistia_embed {
    aspect-ratio: 270/150;
    width: 100%;
}
/* story tiles END */