iframe.videoGallery {
  box-sizing: border-box;
  border: 1em solid rgba(255, 255, 0, 1);
  padding: 0;
  display: inline;
  max-width: 32.5%;
  height: auto;
  align: center;
  margin-left: auto;
  margin-right: auto;
  accelerometer: true;
  autoplay: none;
  encrypted-media: true;
  gyroscope: true;
  picture-in-picture: true;
  allowfullscreen: true;
}

iframe.videoGallery:visited {
  box-sizing: border-box;
  border: 1em solid rgba(255, 255, 0, 1);
}

iframe.videoGallery:hover {
  box-sizing: border-box;
  border: 1.1em solid rgba(255, 255, 255, 1);
  transform: scale(1.69);
}

iframe.videoGallery:active {
  box-sizing: border-box;
  border: 1em solid rgba(255, 255, 0, 1);
}

@media only screen and (orientation: portrait) {
  iframe.videoGallery {
    max-width: 49%;
    height: auto;
  }
}