.outbound__videoContainer{
    width: 90%;
    max-width: var(--max-sm-width);
    color: var(--white);
    display: flex;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.outboundVideoContainer__information,
.outboundVideoContainer__video{
    width: 100%;
}
.outboundVideoContainer__information--full,
.outboundVideoContainer__image--full{
    width: 100%;
}
.outboundVideoContainerVideo_img{
    width: 100%;
    max-height: 720px;
}
.outboundVideoContainer__text--muted{
    font-size: var(--fs-smaller);
    font-weight: 400;
    opacity: 0.5;
}
.outboundVideoContainer__description{
    margin-top:2rem;
    margin-right: 1rem;
    text-align: justify;
}
.outboundVideoContainer__video .card__video{
    display: flex;
    justify-content: center;
    width: 100%;
}

.outboundVideoContainer__video .card__video iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}
@media (min-width: 768px){
    .outboundVideoContainer__information,
    .outboundVideoContainer__video{
        width: 50%;
    }
    .outboundVideoContainer__information{
        padding-right: 2rem;
    }
}
