#vczapi-zoom-browser-meeting .container::before {
  content: ""; /* Required for the pseudo-element to render */
  display: inline-block; /* Allows width/height to be set and keeps it inline with text if needed */
  width: 30px; /* Set the desired width of the image */
  height: 30px; /* Set the desired height of the image */
  background-image: url('https://prospeakeryou.com/wp-content/uploads/2025/11/closeup-jim-300x292.png'); /* Inserts the background image */
  background-size: cover; /* Ensures the image covers the entire pseudo-element area */
  margin-right: 10px; /* Adds spacing */
}
#vczapi-zoom-browser-meeting--container {border:solid red;}
