@import '../global';

.x-video {
    height: 100%;
    width: 100%;
}

.x-video > * {
    height: 100%;
    width: 100%;
    position: absolute;
}

.x-video-ghost {
    -webkit-background-size: 100% auto;
    background: #000 url() center center no-repeat;
}

audio {
	width: 100%;
}