video{height:auto; width: 100%;}
.logo-wrapper {
	opacity: var(--logoVisibility,1);
	position: absolute;
	top: 15px;
	left: 10px;
	z-index: 10;
	content: "";
	height: 15%;
	width: 6.5%;
	min-height: 55px;
	min-width: 55px;
	max-height: 80px;
	max-width: 80px;
/*background: url("https://digitalmdma.com/wp-content/themes/Divi-child/assets/images/logo_digitalmdma_2019.svg") no-repeat;*/
	background-size: 100% auto, auto;
	cursor: pointer;
	transition: 500ms ease-in all;
}
@media only screen and (max-width: 600px) {
  .logo-wrapper {
	top: 10px;
	left: 5px;
	min-height: 45px;
	min-width: 45px;
  }
}