html {

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

body {

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

.Visual-Art-Header-Image {

  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;

}

a {

  width: auto;
  height: auto;

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

}

.FMImage2 {

  width: 700px;

  max-width: 100%;
  height: auto;

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

  object-fit: contain;
}

#grdVisualArt {

  display: grid;
  width: 100%;
  height: 100%;
  grid-template-rows: 80px max-content max-content auto 20px;
  grid-template-columns: 1fr;
  gap: 8px;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: stretch;

}

#Visual-Art-Button {
  grid-row: 1;
  grid-column: 1;
}

#Visual-Art-Header {
  grid-row: 2;
  grid-column: 1;
}

#Visual-Art-Image {
  grid-row: 3;
  grid-column: 1;
}

#Visual-Art-Content {

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

  display: grid;

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

  width: 100%;
  height: auto;

  grid-template-columns: 1fr;
  grid-auto-rows: auto;

  grid-gap: 8px;

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

}

#Visual-Art-Copyright{
  grid-row: 5;
  grid-column: 1;
  padding-left: 8px;
  padding-right: 8px;
}
