.tTimestamp {
  font-weight: bold;
}

@media only screen and (orientation: portrait) {

  img.tMaxSquare {
    width: 80.0vw;
    height: 80.0vw;
  }

  img.tRectYoutube {
    width: 80.0vw;
    height: 45.0vw;
  }

}

@media only screen and (orientation: landscape) {

  img.tMaxSquare {
    width: 30.0rem;
    height: 30.0rem;
  }

  img.tRectYoutube {
    width: 30.0rem;
    height: 16.875rem;
  }

}
