.wrapper-brand-yt-short {
  padding-bottom: 40px;
}
.brand-yt-modal {
    background-color: rgba(0, 10, 60, 0.9);
}
.brand-yt-modal .modal-dialog {
    display: flex;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.brand-yt-modal .modal-content {
    background-color: transparent;
    border: none;
}
.brand-yt-modal .modal-body {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.brand-yt-modal .btn-close {
    background-image: url('../images/modal/modal-close.svg');
    width: 40px;
    height: 40px;
    opacity: 1;
    background-size: 100%;
    position: absolute;
    right: 64px;
    top: 40px;
    box-shadow: none !important;
    padding: 0;
    border-radius: 0;
    z-index: 2;
}
.brand-yt-modal .btn-close:hover {
    opacity: 1;
}
.brand-yt-modal .brand-yt-container {
    position: relative;
    width: 45vh;
    /*aspect-ratio: 9/16;*/
    text-align: center;
    padding-top: 54px;
}
.brand-yt-modal .brand-yt-container iframe {
    width: 100%;
    height: 100%;
    margin-inline: auto;
    aspect-ratio: 9 / 16;
}

@media (max-width: 990px){
    .brand-yt-modal .modal-dialog {
        margin: 0;
    }
    .brand-yt-modal .btn-close {
        top: 6.5vh;
        right: 4.3vw;
    }
    /*.brand-yt-modal .brand-yt-container {
        padding-top: 0;
        width: calc(100% - 32px);
        margin-top: 96px;
        aspect-ratio: 9 / 16;
        height: 100%;
        padding-bottom: 30px;
        display: flex;
        align-items: center;
    }*/
    .brand-yt-modal .brand-yt-container iframe {
      height: auto;
    }
}

@media (max-width: 767px){
    .brand-yt-modal .brand-yt-container {
        padding-top: 0;
        width: calc(100% - 32px);
        margin-top: 15.4vh;
        /*aspect-ratio: 9 / 16;
        height: 100%;*/
        padding-bottom: 30px;
        display: flex;
        align-items: center;
    }
}
