#video {
	width: 100%;
	height: autopx;
	background-color: #FFFFFF;
	margin: 0;

}
.imagem_responsiva {
  object-fit: cover;
   width: 100%;
   height:autopx;
}
.desabilita_mobile {
	display: none;
	
}