
/*content consent element:*/
.video-content {
    height: 100%;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
}
/*the whole content:*/
.video-content .card-img-overlay {
    padding-left: 3rem;
}
.video-content .bodytext {
    text-align: unset !important;

}
.video-content h2 {
    background: rgba(255,255,255, 0.9);
    display: inline-block;
    margin: 0 0 .2rem 0 !important;
    padding: .5rem 3rem !important;
    font-size: var(--font-medium);
}

.video-content h3 {
    background: rgba(255,255,255, 0.8);
    display: inline-block;
    text-align: unset !important;
    margin: 0 0 .2rem 0 !important;
    padding: .5rem 3rem !important;
    font-size: var(--font-all);
}
/*p is only separator*/
.video-content p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
}
.video-content .d-flex button {
    /*padding: .5rem 3rem !important;*/
    padding: unset;
    font-size: 0;
}
.video-content .d-flex button:before  {
    font-family: "Font Awesome 6 Duotone";
    display: inline-block;
    font-size: 50px;
    content: "\f144\f144";
    color: red;
    background: rgba(255,255,255, 0.6);
    padding: .1rem 1rem;
    cursor: pointer;
}

/*content consent element - bottom:*/
.video-content-bottom {
    height: 100%;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
}
/*the whole content:*/
.video-content-bottom .card-img-overlay {
    padding-left: 3rem;
}
.video-content-bottom .bodytext {
    text-align: unset !important;

}
.video-content-bottom h2 {
    background: rgba(255,255,255, 0.9);
    display: inline-block;
    margin: 0 0 .2rem 0 !important;
    padding: .5rem 3rem !important;
    font-size: var(--font-medium);
}

.video-content-bottom h3 {
    background: rgba(255,255,255, 0.8);
    display: inline-block;
    text-align: unset !important;
    margin: 0 0 .2rem 0 !important;
    padding: .5rem 3rem !important;
    font-size: var(--font-all);
}
/*p is only separator*/
.video-content-bottom p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
}
.video-content-bottom .d-flex button {
    /*padding: .5rem 3rem !important;*/
    padding: unset;
    font-size: 0;
}
.video-content-bottom .d-flex button:before  {
    font-family: "Font Awesome 6 Duotone";
    display: inline-block;
    font-size: 50px;
    content: "\f144\f144";
    color: red;
    background: rgba(255,255,255, 0.6);
    padding: .1rem 1rem;
    cursor: pointer;
}