﻿
/*REGULAR VIDEO*/
.w-datagrid-row.d-background-video-1,
.w-datagrid-row.d-foreground-video-1 {
    position: relative;
    align-items: center;
    width: 100%;
}
.w-datagrid-row.d-background-video-1 > .w-video,
.w-datagrid-row.d-foreground-video-1 > .w-video {
    width: 100%;
} 
/*.d-background-video-1 > .w-video {
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}
*/
.w-datagrid-row.d-foreground-video-1.d-width-medium > .w-video {
    width: 60vw;
} 
.w-site > .w-video-attached {
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    position: fixed;
    z-index: -9999;
    width: 100%;
}