/* Prevent overflow for img, video, and canvas elements */
img, video, canvas {
    overflow: hidden;
}