html,body {
	margin: 0;
	padding: 0;
}

#preloader,#player {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

#preloader .valign {
	margin: 0 auto;
}

.titulo-topo {
	height: 500px;
}

.titulo-topo .texto {
	width: 100%
}

.close {
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 999;
}


#playerMaterialize {
	height: 98vh;
	width: 98vw;
	max-height: initial;
	margin: initial;

	top: 1vh !important;
	bottom: 1vh;
	right: 1vw;
	left: 1vw;
}

#playerMaterialize.modal .modal-content{
	padding: 0;
}

#playerMaterialize.modal-fixed-footer .modal-content{
    overflow: hidden;
}

#playerMaterialize.modal{
	will-change: initial;
}

footer.page-footer {
	background-color: #e07e27;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.brand-logo img {
	margin-top: 2px;
	height: 59px;
}

@media ( max-width : 600px) {
	.brand-logo img {
		height: 50px;
	}
}

.card .card-action {
	padding: 10px 20px
}

div.video-image{ 
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
	height: 150px;
	width: 100%;
}

.template{
	display:none;
}

.modal-content video {
	background: black;
}