html {

  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  padding: 0;
}

body {

  display: flex;
  justify-content: center;

  height: 100%;
  width: 100%;
  margin: 0;
  border: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
}

.FMImage2 {

  max-width: 100%;
  height:auto;

  min-height: 0;
  min-width: 0;

  object-fit:contain;
}

.text-link {

  font-family: myFont;
  font-size: min(17px, 4vw);
  padding: 1px;
  border: 1px;
  margin: 1px;
  display: block;

}

#vPlayer {
  max-width: 100%;
  height:auto;

  min-height: 0;
  min-width: 0;

  object-fit:contain;

  padding: 0;
  margin:0;
  border:0;

		}

.pianotrioHeaderImage {

    width: 500px;
    height: auto;

    max-width: 100%;
    max-height: 100%;

    min-height: 0px;
    min-width: 0px;

    padding-left: 8px;
    padding-right: 8px;

    object-fit:contain;
    }

#Piano-Trio-Grd {

  display: grid;
  width: 100%;
  height: auto;
  grid-template-rows: 100px max-content max-content auto auto 20px;
  grid-template-columns: 1fr;
  grid-row-gap:8px;

  justify-content: center;
  align-content: space-around;
  justify-items: center;
  align-items: stretch;
}

#Piano-Trio-Button {
  grid-row: 1;
  grid-column: 1;
}

#Piano-Trio-Header {
  grid-row: 2;
  grid-column: 1;
}

#Piano-Trio-Icon {

  grid-row: 3;
  grid-column: 1;

}

#Piano-Trio-Video {

  grid-row: 4;
  grid-column: 1;

  display: grid;

  grid-template-columns:1fr 1fr;
  gap:1vh;
  justify-content:center;
  align-content:stretch;
  justify-items:center;
  align-items:center;
}

#Piano-Trio-Text-Links {

  grid-row: 5;
  grid-column: 1;

  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;

  text-align: center;

}

#Piano-Trio-Copyright{
  grid-row: 6;
  grid-column: 1;
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 900px) {

  #Piano-Trio-Video {grid-template-columns: 1fr;}

}