Add parameter to first post only

Use the property current_post of a WP_Query object – it’ll be zero for the first post:

if ( $wp_query->current_post === 0 )
   // First post in main loop

if ( $get_videos->current_post === 0 ) 
   // First video in current videos loop