.hiGuys .flex {
  gap: 0;
}
.hiGuys {
  flex-basis: 300px;
}
.hiGuys .flex img {
  height: 100%;
  width: 100%;
  
  max-width: 300px;
  max-height: 169px;
  aspect-ratio: 300/169;
  
  border-radius: var(--windowCorner);
}

.tordGif {
  aspect-ratio: 249/142 !important;
}