.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.workimage{
    background-size: cover;
    /*background-position: center;*/
    background-position: top;
}
.vimeo-wrapper {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            pointer-events: none;
            overflow: hidden;
            }
            .vimeo-wrapper iframe {
            width: 50vw;
            height: 44vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
            min-height: 50vh;
            min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            }

            .vimeo-wrapper .kareiframe {
                height: 33vw;
                width: 33vw;
                min-width: 90vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
                left:-15px;
            }
            .vimeo-wrapper .kareiframe2 {
                height: 33vw;
                width: 33vw;
                min-width: 90vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
            }
            .left1{
                left:90px !important;
            }
            .left2{
                left:550px !important;
            }
