/* MODAL .modal-dark */
.modal-backdrop.in{
    opacity: 0.9;
}
.modal.dark-modal .modal-dialog{
    width: 100%;
    height: 100%; /* for v-center video */
    margin: 0;
}
.modal.dark-modal .modal-content{
    box-shadow: none;
    background: transparent;
    border: none;
    height: 100%; /* for v-center video */
}
.modal.dark-modal .close-modal{
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    background: transparent;
    border: none;
    font-family: Noto Sans SC Sliced, sans-serif;
    font-size: 1.375em;
    z-index: 3;
}
.modal.dark-modal .modal-body{
    height: 100%; /* for v-center video */
    padding: 0;
}
/* --- */

/* MODAL .modal-dark - CAROUSEL */
.modal.dark-modal .modal-body .carousel.carousel-slideshow{
    width: 75vw;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/* IE11 - without transform y */
@media all and (-ms-high-contrast:none){
     *::-ms-backdrop, .modal.dark-modal .modal-body .carousel.carousel-slideshow{
        top: 8vh;
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
     }
}
.modal.dark-modal .modal-body .carousel.carousel-slideshow .carousel-control{
    width: auto;
    height: auto;
    margin: 0;
    top: 50%;
    font-size: inherit;
    bottom: auto;
}
.modal.dark-modal .modal-body .carousel.carousel-slideshow .carousel-inner .item img{
    /*width: 100%;*/
    max-height: 70vh;
    margin: 0 auto;
}
.modal.dark-modal .modal-body .carousel.carousel-slideshow .carousel-control img{
    width: 20px;
}
.modal.dark-modal .modal-body .carousel.carousel-slideshow .carousel-control.left{
    left: -50px;
}
.modal.dark-modal .modal-body .carousel.carousel-slideshow .carousel-control.right{
    right: -50px;
}
.carousel-number{
    text-align: center;
    font-family: Noto Sans SC Sliced, sans-serif;
    font-size: 3em;
    color: #fff;
    padding-bottom: 10px; /* added */
}
.carousel-number .carousel-index.active {
    display: block;
}
.carousel-number .carousel-index {
    display: none;
}
/* --- */

/* MODAL .modal-dark - TOTAL LOOK */
.modal.dark-modal .total-look-row{
    padding-right: 6em;
    margin-bottom: 0;
    color: #fff;
}
.modal.dark-modal .total-look-row .total-look-title-wrapper{
    float: right;
    width: 74.8%;
    padding: 10px 0 0 10px;
    margin-bottom: 20px;
    border-bottom: none;
}
.modal.dark-modal .total-look-row .total-look-title-wrapper .title{
    font-family: source-han-serif-sc, serif;
    font-size: 1.375em;
    letter-spacing: 2px;
}
.modal.dark-modal .total-look-row .total-look-title-wrapper span{
    letter-spacing: 2px;
}
.modal.dark-modal .total-look-row .total-look-title-wrapper button{
    background: #fff;
    color: #000;
    font-family: Noto Sans SC Sliced, sans-serif;
}
.modal.dark-modal .total-look-row .sticky-top{
    top: 0;
    left: 0;
    margin-top: -6em;
}
.modal.dark-modal .total-look-row .sticky-top img{
    background: #FFFFFF; /* added */
    width: 100%;
}
/* --- */

/* MODAL .modal-dark - VIDEO - without transform y */
.modal.dark-modal .video{
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.modal.dark-modal video{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/* MERIDE VIDEO */
.modal.dark-modal .video{
    display: block;
    width: 100%;
    height: 100%;
}
.modal.dark-modal .video .video-modal-component{
    width: 100%;
    height: 100%;
}
.modal.dark-modal .video .meride-video-container{
    background: transparent !important;
    width: 100% !important;
    height: 100% !important;
}
.modal.dark-modal .video .meride-video-container > div:last-child[style^="back"] {
    background-size: contain !important;
}
.modal.dark-modal .video .meride-video-container video{
    width: 100% !important;
    height: 100% !important;
}
/*---*/

/* --- */


/* MEDIA QUERY NARROW */
@media only screen and (max-width: 767px) {

    /* MODAL .modal-dark */

    /* --- */

    /* MODAL .modal-dark - CAROUSEL */
    .modal.dark-modal .modal-body .carousel.carousel-slideshow .carousel-control img{
        width: 10px;
    }
    .modal.dark-modal .modal-body .carousel.carousel-slideshow .carousel-control.left{
        left: -20px;
    }
    .modal.dark-modal .modal-body .carousel.carousel-slideshow .carousel-control.right{
        right: -20px;
    }
    .carousel-number{
        font-size: 1.5em;
    }
    /* --- */

    /* MODAL .modal-dark - TOTAL LOOK */
    .modal.dark-modal .total-look-row{
        padding: 6em 10px 0;
    }
    .modal.dark-modal .total-look-row .total-look-title-wrapper{
        width: 100%;
        float: none;
        padding: 2em 0 5em;
    }
    .modal.dark-modal .total-look-row .total-look-title-wrapper span{
        font-family: Noto Sans SC Sliced, sans-serif;
    }
    .modal.dark-modal .total-look-row .sticky-top{
        margin-top: 0;
        padding: 0 2em;
    }
    /* --- */

}