body {
    background-color: #FFFF00;
}


img{
  width: 100%;
  height: 100%;
}

audio {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
  opacity: .2;
}

#spacerTop{
  width: 100%;
  height: 10vh;
}

#spacerSM{
  width: 100%;
  height: 3vh;
}

#pic{
  width: 80vmin;
  height: 80vmin;
  margin-left: auto;
  margin-right: auto;
}


@media (orientation: portrait){
  body{
    background-color: #FFFF00;
  }

  #spacerTop{
    width: 100%;
    height: 20vh;
  }
}

#svpr{
  background:url(../media/cool.gif) center center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: 8px;
  opacity: 1;
}


  }


