.case-layout-inner {
    display: flex;
    height: 100vh;
}

.case-layout-left {
    flex: 1;
}

.case-layout-right {
    flex: 1;
}

.case-layout-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-layout-right .video-js.vjs-videopress {
    width: 100% !important;
    height: 100vh !important;
	background: transparent !important;
}

.case-layout-right .video-js .vjs-tech {
    object-fit: cover;
}



.case-layout-3 .title-paragraph {
    margin: 5vh;
    max-width: 50rem;
    height: calc(100% - 10vh);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}




@media (max-width: 900px) {
.case-layout-3 .title-paragraph {
    margin: 8vw;
}
.case-layout-inner {
	height: auto !important;
}
.case-layout-right {
    height: 150vw !important;
	flex: unset;
}
.case-layout-left {
    min-height: 150vw !important;
    flex: unset;
}
}



