.foto {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  flex-direction: column;

  /* Image size should be adjusted carefully */
  /*
  height: 100vh;
  width: 100vw;
  */

  z-index: 10;
  border-color: gray;

  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}

.foto_img {
  max-height: 100vh;
  max-width: 100vw;
  /* margin-left: auto;
  margin-right: auto; */
  /* display: flex; */
}

/* .foto_team_label {
  display: none;
} */

/* .foto_team_name {
  display: none;
}

.foto_team_escola {
  display: none;
} */

.volume_controls {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.control {
  display: flex;
  justify-content: right;
}

.foto audio {
  text-align: right;
}

.foto .run {
  justify-content: center;
}
