 html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: black !important;
}

#logo-container {
	max-width: 100%;
	max-height: 100%;
	min-width: 1%;
	min-height: 1%;
	width: 20%;
	height: fit-content;
	position: absolute;
	top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

#img-boxBottom{
	max-width: 100%;
	max-height: 100%;
	min-width: 1%;
	min-height: 1%;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
    left:0;
    right:0;
    bottom:0;
	margin: auto;
}

#logo-mainBottom{
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: auto;
	min-height: 1px;
	min-width: 1px;
	position: relative;
	margin: 0;
	display: block;
	user-drag: none;
	user-select: none;
	pointer-events: none;
}

#canvas-container {
	max-width: 85%;
	max-height: 85%;
	min-width: 1%;
	min-height: 1%;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
    left:0;
    right:0;
    bottom:0;
	margin: auto;
	opacity: 0;
}

#canvas-basic {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	min-height: 1px;
	min-width: 1px;
	position: relative;
	margin: 0;
	display: block;
}

.img-box{
	width:100%;
    height:auto;
}

.logo-main{
	max-height: auto ;
	max-width: 100% ;
	min-width: 1% ;	
	min-height: 1% ;	
	width: 100% ;
	height: auto !important;
	position: relative !important;
	display: block;
	border: 0;
	object-fit: cover;
	user-drag: none;
	user-select: none;
	pointer-events: none;
}


