.row1d {
  width: 125px;
  height: 250px;
  border: 2px solid black;
}

.sq {
  width: 250px;
  height: 250px;
  border: 2px solid black;
}

.col1d {
  width: 250px;
  height: 125px;
  border: 2px solid black;
}

.playerPosition {
  height: 90px;
  border: 2px solid black;
  opacity: 0.5;
  left:600px;
  top:1309px;
}

.smalld {
  float: left;
  width: 100px;
  height: 100px;
  margin: 10px;
  border: 2px solid black;
  overflow: hidden;
}
      
img.a {
  max-width: 100%;
  height: 100%;
}

.grid2 {
	display: grid;
	grid-template-columns: 252px 1268px 252px;
	grid-template-rows: 127px 127px 127px 127px 252px 127px 127px 127px;
	background-color: white;
}
		
.grid3 {
	display: grid;
	grid-template-columns: 252px 127px 127px 127px 127px 252px 127px 127px 127px 127px 252px;
	grid-template-rows: 252px;
	background-color: white;
}

.iTop {
	z-index: 1;
}