Apply 85vw max-width so that the tweet would fit in smaller phones (width).
Images were kinda cropped in a weird way because there's the padding-bottom hack vs the better object-fit: cover; fix. Seems… kinda work.
Once position: absolute got removed from the images, a weird cookie-consent interstitial "By playing this video you agree to Twitter's use of cookies" appears below the baby GIF, so that's set to hidden thanks to the useful u-hidden class.
Slight improvements:
85vw
max-width so that the tweet would fit in smaller phones (width).padding-bottom
hack vs the betterobject-fit: cover;
fix. Seems… kinda work.position: absolute
got removed from the images, a weird cookie-consent interstitial "By playing this video you agree to Twitter's use of cookies" appears below the baby GIF, so that's set to hidden thanks to the usefulu-hidden
class.