.responsive-gif {
    width: 100%; /* Makes the GIF take the full width of its container */
    height: auto; /* Maintains the aspect ratio */
    max-width: 100%; /* Prevents the GIF from exceeding its original size */
    display: block; /* Ensures proper alignment */
    margin: 0 auto; /* Centers the GIF */
}