        /* for modal */
        .newModal{
            position: fixed;
            top:0;
            bottom: 0;
            right:0;
            left:0;
            -js-display: flex;
            display:flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(0, 0, 0, 0.6);
            z-index: 10000;
        }
        .vimeoWrapper {
            position:relative;
            padding-bottom:56.25%;
            height:0;
            overflow:hidden;
            max-width:100%;
        }

        .textWrapper {
            position:relative;
            /* padding-bottom:56.25%;
            height:0; */
            overflow:hidden;
            width:100%;
            height:100%;
        }

        .vimeoWrapper:after {
            content:"x";
        }

        .textWrapper:after {
            content:"x";
        }

        .vimeoSizer {
            position: fixed;
            text-align: right;
        }

        .textSizer {
            position: fixed;
            text-align: right;
        }

        .newModalClose{
            position: absolute;
            top: -2%;
            right: -1%;
            z-index: 10;
            padding-top: .25rem;
            padding-bottom: .25rem;
            padding-left: .6rem;
            padding-right: .6rem;
            background-color: black;
            background:black;
            color: white;
            margin: unset !important;
            font-weight: bold;
        }

        .vimeoIframe {
            position:absolute;
            top:0;
            left:0;
            width:100%;
            height:100%;
            background-color: black;
        }

        .textIframe {
            position:absolute;
            top:0;
            left:0;
            width:100%;
            height:100%;
            background-color: black;
        }

        .carousel-control {
            z-index:1000 !important;
        }