/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.parallax_wrapper {
    overflow: hidden;
}

.parallax_wrapper video {
    width: 100%;
    height: 270px;      /* ajuste la valeur si besoin */
    display: block;
    object-fit: cover;  /* léger recadrage, plus de bandes noires */
	margin-top: 10px;
	border-radius: 10px;
}
.hero.hero-listing-detail {
    min-height: 40vh;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    .hero.hero-listing-detail {
        min-height: 50vh;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.review_card.review_card_ba_event .user_info figure {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.review_card.review_card_ba_event .user_info figure img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
