They'll expand to the width available and maintain aspect ratio based off that. You can limit their width using CSS by setting a max-width on the container div. Example as follows.
Code:
.streamItemVideo {
max-width: 300px;
}
You might need to add more selectors. I don't really recommend it though as it's more enjoyable to be able to actually see the video, lol.