﻿.fvp-wrapper {
    display: inline-block;
    line-height: 0;
    background: #000;
    box-sizing: border-box;
}

.fvp-video {
    width: 100%;
    height: 100%;
    display: block;
}

.fvp-video[data-fit=contain] {
    object-fit: contain;
}

.fvp-video[data-fit=cover] {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}
