.showcase-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--biggest-font-size);
    font-weight: 900;

}

.showcase-cart {
    margin-top: 30px;
    display: flex;
    width: 100%;
    border-radius: var(--fixed-border-radius);
    padding: 4%;
    /* align-items: center; */
    justify-self: center;
    flex-direction: column;
}


.showcase-video {
    height: 300px;
}




.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
    overflow: hidden;
    /* background: url("https://kingdomfellowship.org/wp-content/uploads/2009/08/no-video-available-image.jpg"); */
    /* background-size: cover; */
}

.product-title {
    font-size: var(--biggest-font-size);
    font-weight: 900;
    margin-bottom: 10px;

}
.product-description {
    margin-top: 10px;
}