@charset "UTF-8";

/******* INICIO *******/

html, body {
	background-color:#000;
    width: 100%;
	height: 100%;
    margin: 0;
}
.container {
	display: table;
	width: 100%;
    height: 100%;
	vertical-align: middle;
 }

.totalcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate3d(-50%, -50%, 0);
  	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

video {
  width: 100%    !important;
  height: auto   !important;
}
