.qvga-wrapper {
	width: 100%;
	box-sizing:  border-box;
}

.qvga-container {
	position:  relative;
	width:  100%;
	height: 100%;
	padding-bottom: 73%;
	background-image: url('./img/board.svg');
	background-repeat: no-repeat;
	background-size: contain;
}

.qvga-content-wrapper {
	position: absolute;
	box-sizing: border-box;
	top: 0; bottom: 0; left: 0; right: 0;
}

.qvga-ledbar {
	position: absolute;
	left: 2%;
	top: 57%;
	width: 7.84%;
	height: 2.68%;
	background-color: white;
	display: flex;
	justify-content: space-around;
	gap: 20%;
}

.qvga-lcd {
	position: absolute;
	width:  25.12%;
	height:  46.9%;
	/*width: 320px;*/
	/*height: 240px;*/
	left: 63.5%;
	/*left:  100px;*/
	top: 22.15%;
	visibility: hidden;
}
