
.html-embed {
	position: absolute;
	left: 0%;
	top: 0%;
	right: auto;
	bottom: auto;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
    background-color: black;
}

.logos-center {
    display: grid;
    grid-template-columns: auto;
    place-content: center;
    height: inherit;
}

#logos {
    grid-row: 1;
    grid-column: 1;
    width: 70%;
    max-height: 100%;
    place-self: center;
}
