.VideoHeightCalculate {
    height: calc(100vh - 40px);
    width: 100%;
    overflow: hidden;
}
